Enum SoMessageType
Type of message.
Namespace: SuperOffice.Messaging.Messages
Assembly: SoDataBase.dll
Syntax
public enum SoMessageType : uint
Fields
Name | Description |
---|---|
Acknowledge | Acknowledge message sent from the other clients to the NetServer process indicating that the Alive message was received. |
Alive | Alive messages sent from the NetServer processes to the other members on the message bus. |
Partner | Messages with higher number than 0x10000000 are reserved for partners. |
Test | Test message containing a 1024 character ANSI string
following |
Unknown | Unknown and unused message type. |
Extension Methods
EnumUtil.MapEnums<SoMessageType, To>()