|
theLink 10.0
|
Classes | |
| struct | MkIdS |
| class | Mq |
| interface | MqBgErrorIF |
| set the MqSetupS.BgError → C-API: ConfigSetBgError More... | |
| class | MqContextC |
| MqContextC - the class known as ctx or context is the application-handle of the application-server and also the main data-handle … More... | |
| class | MqDumpC |
| MqDumpC - the class known as dmp or dump is used to export a csmqmsgque data package as binary … More... | |
| interface | MqEventIF |
| set the MqSetupS.Event → C-API: ConfigSetEvent More... | |
| class | MqFactoryC |
| MqFactoryC - the class known as fct or factory is used to provide an interface to create one or more new MqContextC … More... | |
| class | MqFactoryCException |
| Implements the factory exception interface. | |
| class | MqFactoryCT |
| Implements the factory-template. More... | |
| class | MqMsgque |
| MqMsgque PACKAGE - the package is the toplevel structure of the csmqmsgque … More... | |
| interface | MqServerCleanupIF |
| set the MqSetupS.ServerCleanup → C-API: ConfigSetServerCleanup More... | |
| interface | MqServerSetupIF |
| set the MqSetupS.ServerSetup → C-API: ConfigSetServerSetup More... | |
| interface | MqServiceIF |
| create a link between a service-token and a service-callback … → C-API: ServiceCreate More... | |
| class | MqSetupC |
Enumerations | |
| enum | MqIdentE { PREFIX = 0 , FACTORY = 1 } |
| identify the application using prefix (default) or factory … → C-API: MqIdentE More... | |
| enum | MqSlaveE { LOOPBACK = 0 , FILTER = 1 , MASTER = 1 , OTHER = 1 , USER = 10 , MAX = 1024 } |
| predefined slave-id for well known slaves … → C-API: MqSlaveE More... | |
| enum | MqStartE { DEFAULT = 0 , FORK = 1 , THREAD = 2 , SPAWN = 3 } |
| User preferences on HOWTO start a new entity. → C-API: MqStartE More... | |
| enum | MqStatusIsEF { INITIAL = 0 , DUP = 1<<0 , THREAD = 1<<1 , FORK = 1<<2 , SPAWN = 1<<3 } |
| Information about how the context was created. → C-API: MqStatusIsEF More... | |
| enum | MqWaitOnEventE { NO = 0 , ONCE = 1 , OWN = 2 , FOREVER = 3 } |
| wait for an event? … → C-API: MqWaitOnEventE More... | |
Functions | |
| delegate void | MqDataCopyF (IntPtr mkrt, IntPtr mqctx, ref IntPtr dataP) |
| delegate void | MqDataFreeF (IntPtr mkrt, IntPtr mqctx, ref IntPtr dataP) |
| delegate MkErrorE | MqTokenF (IntPtr mkrt, IntPtr mqctx, IntPtr __data__) |
| delegate MkErrorE | MqServiceCallbackF (IntPtr mkrt, IntPtr mqctx, IntPtr __data__) |
| enum csmqmsgque.MqIdentE |
| enum csmqmsgque.MqSlaveE |
| enum csmqmsgque.MqStartE |
→ C-API: MqStartE → C-API: MqStartE
| Enumerator | ||
|---|---|---|
| DEFAULT | 0 | |
| FORK | 1 | |
| THREAD | 2 | |
| SPAWN | 3 | |
Definition at line 85 of file libmqmsgque.cs.
→ C-API: MqStatusIsEF → C-API: MqStatusIsEF
| Enumerator | ||
|---|---|---|
| INITIAL | 0 | |
| DUP | 1<<0 | |
| THREAD | 1<<1 | |
| FORK | 1<<2 | |
| SPAWN | 1<<3 | |
Definition at line 93 of file libmqmsgque.cs.
→ C-API: MqWaitOnEventE → C-API: MqWaitOnEventE
| Enumerator | ||
|---|---|---|
| NO | 0 | |
| ONCE | 1 | |
| OWN | 2 | |
| FOREVER | 3 | |
Definition at line 111 of file libmqmsgque.cs.
| delegate void csmqmsgque.MqDataCopyF | ( | IntPtr | mkrt, |
| IntPtr | mqctx, | ||
| ref IntPtr | dataP ) |
| delegate void csmqmsgque.MqDataFreeF | ( | IntPtr | mkrt, |
| IntPtr | mqctx, | ||
| ref IntPtr | dataP ) |
| delegate MkErrorE csmqmsgque.MqServiceCallbackF | ( | IntPtr | mkrt, |
| IntPtr | mqctx, | ||
| IntPtr | __data__ ) |
| delegate MkErrorE csmqmsgque.MqTokenF | ( | IntPtr | mkrt, |
| IntPtr | mqctx, | ||
| IntPtr | __data__ ) |