[TIBCO.EMS .NET client library 5.1 documentation]

Create a Message object. The Message interface is the root interface of all TIBCO EMS messages. A Message object holds all the standard message header information. It can be sent when a message containing only header information is sufficient

Namespace:  TIBCO.EMS
Assembly:  TIBCO.EMS (in TIBCO.EMS.dll)

Syntax

public Message CreateMessage()
Public Function CreateMessage As Message
public:
Message^ CreateMessage()

See Also