MqFactoryC - various functions to 'get' data out of a factory … More...
Functions | |
static MqFactoryC | csmqmsgque.MqFactoryC.Get (string ident="") |
C#: → C-API return the MqFactoryC | |
static MqFactoryC | csmqmsgque.MqFactoryC.GetCalled (string ident="") |
C#: → C-API returns the MqFactoryC identified by ident … | |
static MqFactoryC | csmqmsgque.MqFactoryC.GetCalled (MkBufferListC largs) |
C#: → C-API returns the MqFactoryC identified as first argument in the largs MkBufferListC … | |
string | csmqmsgque.MqFactoryC.GetOriginalIdent () |
C#: → C-API helper function to return MqFactoryS.originalIdent | |
MqFactoryC - various functions to 'get' data out of a factory …
|
inlinestatic |
C#:
→ C-API [static] MqFactoryC MqFactoryC.Get(string ident = "")
return the MqFactoryC
Definition at line 231 of file MqFactoryC.cs.
|
inlinestatic |
C#:
→ C-API [static] MqFactoryC MqFactoryC.GetCalled(MkBufferListC largs)
returns the MqFactoryC identified as first argument in the largs MkBufferListC …
Definition at line 247 of file MqFactoryC.cs.
|
inlinestatic |
C#:
→ C-API [static] MqFactoryC MqFactoryC.GetCalled(string ident = "")
returns the MqFactoryC identified by ident …
Definition at line 239 of file MqFactoryC.cs.
|
inline |
C#:
→ C-API string fct.GetOriginalIdent()
helper function to return MqFactoryS.originalIdent
Definition at line 256 of file MqFactoryC.cs.