[TIBCO.EMS.UFOCLIENT .NET client library 5.1 documentation]
Overload List
Name | Description | |
---|---|---|
![]() | Send(Message) | Sends a message using the MessageProducer's
default delivery mode, priority, and time to live. |
![]() | Send(Destination, Message) | Sends a message to a destination for an unidentified message producer.
Uses the MessageProducer's default delivery mode, priority, and time to live.
|
![]() | Send(Message, Int32, Int32, Int64) | Sends a message to the destination, specifying delivery mode,
priority, and time to live. |
![]() | Send(Message, MessageDeliveryMode, Int32, Int64) | Sends a message to the destination, specifying delivery mode,
priority, and time to live. |
![]() | Send(Destination, Message, Int32, Int32, Int64) | Sends a message to a destination for an unidentified message producer,
specifying delivery mode, priority and time to live.
|
![]() | Send(Destination, Message, MessageDeliveryMode, Int32, Int64) | Sends a message to a destination for an unidentified message producer,
specifying delivery mode, priority and time to live.
|