[TIBCO.EMS.UFOCLIENT .NET client library 6.0 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.UFO
Assembly:  TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)

Syntax

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

See Also