Enum SoMessageListener.ListeningState
State of the message listener.
Namespace: SuperOffice.Messaging
Assembly: SoDataBase.dll
Syntax
public enum ListeningState
Fields
| Name | Description |
|---|---|
| Error | The message listener has stopped because an error occured. |
| Initializing | The message listener is initializing. |
| Listening | The message listener is currently listening for messages. |
| Stopped | The message listener has stopped. |
| Stopping | The message listener is in the process of shutting down. |