MqFactoryC - various functions to work on a factory … More...
Functions | |
MqFactoryC | csmqmsgque.MqFactoryC.Default () |
C#: → C-API set the default-attribute to the factory … | |
MqFactoryC | csmqmsgque.MqFactoryC.Initial () |
C#: → C-API set the initial-attribut to fct … | |
MqContextC | csmqmsgque.MqFactoryC.New () |
C#: → C-API create a new MqContextC from a MqFactoryC … | |
static string | csmqmsgque.MqFactoryC.DefaultIdent () |
C#: → C-API return the factory-identifier of the default MqFactoryC | |
static string | csmqmsgque.MqFactoryC.InitialIdent () |
C#: → C-API return the factory-identifier of the initial MqFactoryC | |
static void | csmqmsgque.MqFactoryC.LogAll ([CallerMemberName]string callfunc=null) |
C#: → C-API log all "factories" to stderr | |
MqFactoryC - various functions to work on a factory …
|
inline |
C#:
→ C-API MqFactoryC fct.Default()
set the default-attribute to the factory …
Definition at line 274 of file MqFactoryC.cs.
|
inlinestatic |
C#:
→ C-API [static] string MqFactoryC.DefaultIdent()
return the factory-identifier of the default MqFactoryC
Definition at line 302 of file MqFactoryC.cs.
|
inline |
C#:
→ C-API MqFactoryC fct.Initial()
set the initial-attribut to fct
…
Definition at line 280 of file MqFactoryC.cs.
|
inlinestatic |
C#:
→ C-API [static] string MqFactoryC.InitialIdent()
return the factory-identifier of the initial MqFactoryC
Definition at line 308 of file MqFactoryC.cs.
|
inlinestatic |
C#:
→ C-API [static] MqFactoryC.LogAll([CallerMemberName]string callfunc = null)
log all "factories" to stderr
Definition at line 314 of file MqFactoryC.cs.
|
inline |
C#:
→ C-API MqContextC fct.New()
create a new MqContextC from a MqFactoryC …
Definition at line 288 of file MqFactoryC.cs.