Ghost Methods |
The Ghost type exposes the following members.
Name | Description | |
---|---|---|
IsQueueRunning |
Returns true if the specified queue type is currently running
| |
PauseAllMessages |
Stop processing all ghost messages
Note: Messages will be stopped until ResumeAllMessages is called, resuming individual messages wont work
| |
PauseMessages(ListMessageTypes) |
Stop processing all ghost messages of the given types
| |
PauseMessages(ListUInt16) |
Stop processing all ghost messages of the given types
| |
ResumeAllMessages |
Resume processing Messages of the given type
| |
ResumeMessages(ListMessageTypes) |
Resume processing Messages of the given type
| |
ResumeMessages(ListUInt16) |
Stop processing all ghost messages of the given types
| |
StartReceiveQueue | ||
StopReceiveQueue |