MqContextC - finish the send-data-block on the server and optional return the results. … More...
Functions | |
void | csmqmsgque.MqContextC.SendERROR () |
C#: → C-API send the data from the MkErrorC to the link target . … | |
void | csmqmsgque.MqContextC.SendRETURN () |
C#: → C-API MqContextC - finish the send-data-block on the server and optional return the results. … | |
void | csmqmsgque.MqContextC.SendRETURN_SUB () |
C#: → C-API return Sub-Data-Blocks required by MqSendEND_AND_SUB … | |
MqContextC - finish the send-data-block on the server and optional return the results. …
Every service-handler have to use this function at the end to return the results or the error. If an error is returned the local MkErrorC is reset. The following behaviour is used:
[in] | mkrt | the MkRuntimeS instance to work on - the runtime argument, used by MK_RT_CALL (C-only) |
[in] | ctx | the MqContextS instance to work on |
MkExceptionC | → The default-exception from the Programming-Language-Micro-Kernel (PLMK) |
|
inline |
C#:
→ C-API ctx.SendERROR()
send the data from the MkErrorC to the link target . …
Definition at line 1571 of file MqContextC.cs.
|
inline |
C#:
→ C-API ctx.SendRETURN()
MqContextC - finish the send-data-block on the server and optional return the results. …
Definition at line 1577 of file MqContextC.cs.
|
inline |
C#:
→ C-API ctx.SendRETURN_SUB()
return Sub-Data-Blocks required by MqSendEND_AND_SUB …
Definition at line 1583 of file MqContextC.cs.