Platform Symphony .NET API Reference - Version 5.1
DefaultTextMessage Class
NamespacesPlatform.Symphony.SoamDefaultTextMessage
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.
Declaration Syntax
C#
public class DefaultTextMessage : Message
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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.

Remarks
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)

NOTE: If any of the methods of this class are called after the Main(...) method exits, the client or service process may behave in an undefined manner (for example, hang or terminate abnormally).

Inheritance Hierarchy
Object
Message
 DefaultTextMessage

Assembly: Platform.Symphony.Soam.Net (Module: Platform.Symphony.Soam.Net) Version: 5.1.0.0