MqContextC - a wrapper to send a list-block or a transaction-block … More...
Functions | |
void | csmqmsgque.MqContextC.SendL_END () |
C#: → C-API finish to append an embedded body-list-item to the send-data-package. … | |
void | csmqmsgque.MqContextC.SendL_START () |
C#: → C-API start to append an embedded body-list-item to the send-data-package. … | |
void | csmqmsgque.MqContextC.SendT_END () |
C#: → C-API closed a longterm-transaction-item … | |
void | csmqmsgque.MqContextC.SendT_START () |
C#: → C-API open a longterm-transaction-item … | |
MqContextC - a wrapper to send a list-block or a transaction-block …
start to append an embedded body-list-item to the send-data-package. …
[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.SendL_END()
finish to append an embedded body-list-item to the send-data-package. …
Definition at line 1535 of file MqContextC.cs.
|
inline |
|
inline |