Class SoTestMessage
Test message containing a simple string.
Inherited Members
Namespace: SuperOffice.Messaging.Messages
Assembly: SoDataBase.dll
Syntax
public class SoTestMessage : SoMessageHeader
Constructors
SoTestMessage()
Constructor used by the serializer.
Declaration
public SoTestMessage()
SoTestMessage(String, Guid)
Constructor initializing the test message.
Declaration
public SoTestMessage(string message, Guid sourceId)
Parameters
Type | Name | Description |
---|---|---|
String | message | Message to be sent. The message is crippled to 1024 ANSI characters. |
Guid | sourceId | Source ID of the client. |
Fields
Message
Message to be sent over the network. The message is crippled to 1024 ANSI characters.
Declaration
public string Message
Field Value
Type | Description |
---|---|
String |