A default text message implementation.
Thread Safety

Static members of this type are safe for multi-threaded operations. Instance members of this type are not safe for multi-threaded operations.

C# |
public class DefaultTextMessage : Message

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | DefaultTextMessage(String) | Additional constructor for the default text message. |
![]() | DefaultTextMessage()()() | Default constructor for the default text message. |
![]() | OnDeserialize(InputStream) | Invoked when this Message object needs to be deserialized. (Overrides Message.OnDeserialize(InputStream).) |
![]() | OnSerialize(OutputStream) | Invoked when this Message object needs to be serialized. (Overrides Message.OnSerialize(OutputStream).) |
![]() | Text | Text property. |

This represents a default implementation for developers requiring a convenient way to submit text messages without creating their own implementation. This object is not thread safe, therefore the developer is responsible for any synchronization required. This message can be used in applications that have a "cross-platform" implementation. (i.e. client and service may be implemented in different supported languages)

Object | ||
![]() | Message | |
![]() | DefaultTextMessage |