MqContextC - various functions to work on a context … More...
Functions | |
MkBufferC | csmqmsgque.MqContextC.GetBuffer () |
C#: → C-API get the MqContextS.ctxbuf object | |
MqContextC | csmqmsgque.MqContextC.GetRoot () |
C#: → C-API get the Root (toplevel initial context) | |
int | csmqmsgque.MqContextC.Exit ([CallerMemberName]string callfunc=null, [CallerFilePath]string callfile=null, [CallerLineNumber]int callline=-1) |
C#: → C-API delete the context and exit the current process or thread … | |
void | csmqmsgque.MqContextC.ProcessEvent (MqWaitOnEventE wait=MqWaitOnEventE.NO, long timeout=(long) MkTimeoutE.DEFAULT) |
C#: → C-API enter the event-loop and wait for an incoming service-request. … | |
MqContextC - various functions to work on a context …
|
inline |
C#:
→ C-API int ctx.Exit([CallerMemberName]string callfunc = null, [CallerFilePath]string callfile = null, [CallerLineNumber]int callline = -1)
delete the context and exit the current process or thread …
Definition at line 927 of file MqContextC.cs.
|
inline |
C#:
→ C-API MkBufferC ctx.GetBuffer()
get the MqContextS.ctxbuf object
Definition at line 911 of file MqContextC.cs.
|
inline |
C#:
→ C-API MqContextC ctx.GetRoot()
get the Root (toplevel initial context)
Definition at line 917 of file MqContextC.cs.
|
inline |
C#:
→ C-API ctx.ProcessEvent(MqWaitOnEventE wait = MqWaitOnEventE.NO, long timeout = (long)MkTimeoutE.DEFAULT)
enter the event-loop and wait for an incoming service-request. …
Definition at line 937 of file MqContextC.cs.