[TIBCO.EMS .NET client library 7.0 documentation]
Assembly: TIBCO.EMS (in TIBCO.EMS.dll)
A TextMessage object is used to send a message containing a String.
It inherits from the Message interface and adds a text message body.
Namespace:
TIBCO.EMSAssembly: TIBCO.EMS (in TIBCO.EMS.dll)
Syntax
[SerializableAttribute] public class TextMessage : Message, ICloneable |
<SerializableAttribute> _ Public Class TextMessage _ Inherits Message _ Implements ICloneable |
[SerializableAttribute] public ref class TextMessage : public Message, ICloneable |
Remarks
This message type can be used to transport text-based messages, including those with XML content.
When a client receives a TextMessage, it is in read-only mode. If a client attempts to write to the message at this point, a MessageNotWriteableException is thrown. If clearBody is called, the message can now be both read from and written to.