[TIBCO.EMS .NET client library 6.0 documentation]
Assembly: TIBCO.EMS (in TIBCO.EMS.dll)
Gets and Sets the Destination object for this message.
Namespace:
TIBCO.EMSAssembly: TIBCO.EMS (in TIBCO.EMS.dll)
Syntax
public Destination Destination { get; set; } |
Public Property Destination As Destination |
public: property Destination^ Destination { Destination^ get (); void set (Destination^ value); } |
Remarks
The Destination header field contains the destination to which the message is being sent.
When a message is sent, this field is ignored. After completion of the send or publish method, the field holds the destination specified by the method.
When a message is received, its Destination value must be equivalent to the value assigned when it was sent.