MqFactoryC - various functions to create, initialize and destroy a factory … More...
Functions | |
MqFactoryC | csmqmsgque.MqFactoryC.Dup2 (string ident) |
C#: → C-API create a duplicate of the singleton object MqFactoryC using a new factory-identifer | |
csmqmsgque.MqFactoryC.MqFactoryC (Type constructor, string ident=null) | |
CONSTRUCTOR. | |
static MqFactoryC | csmqmsgque.MqFactoryC.Add (Type constructor, string ident=null) |
C#: → C-API Add a new MqFactoryC identified by factory-identifier and defined by factory-constructor … | |
static IntPtr | csmqmsgque.MqFactoryC.CTOR (Type constructor, string ident=null) |
C#: → C-API Add a new MqFactoryC identified by factory-identifier and defined by factory-constructor … | |
MqFactoryC - various functions to create, initialize and destroy a factory …
|
inlinestatic |
C#:
→ C-API [constructor,static] MqFactoryC MqFactoryC.Add(Type constructor, string ident = null)
Add a new MqFactoryC identified by factory-identifier and defined by factory-constructor …
Definition at line 349 of file MqFactoryC.cs.
|
inlinestaticprotected |
C#:
→ C-API [constructor,static] MqFactoryC MqFactoryC.Add(Type constructor, string ident = null)
Add a new MqFactoryC identified by factory-identifier and defined by factory-constructor …
Definition at line 371 of file MqFactoryC.cs.
|
inline |
C#:
→ C-API [constructor] MqFactoryC fct.Dup2(string ident)
create a duplicate of the singleton object MqFactoryC using a new factory-identifer
Definition at line 333 of file MqFactoryC.cs.
|
inline |
CONSTRUCTOR.
C#:
→ C-API [constructor,static] MqFactoryC MqFactoryC.Add(Type constructor, string ident = null)
Add a new MqFactoryC identified by factory-identifier and defined by factory-constructor …
Definition at line 346 of file MqFactoryC.cs.