[TIBCO.EMS .NET client library 5.1 documentation]

Overload List

  NameDescription
Send(Message)
Sends a message using the MessageProducer's default delivery mode, priority, and time to live.
(Inherited from MessageProducer.)
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.
(Inherited from MessageProducer.)
Send(Message, Int32, Int32, Int64)
Sends a message to the destination, specifying delivery mode, priority, and time to live.
(Inherited from MessageProducer.)
Send(Message, MessageDeliveryMode, Int32, Int64)
Sends a message to the destination, specifying delivery mode, priority, and time to live.
(Inherited from MessageProducer.)
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.
(Inherited from MessageProducer.)
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.
(Inherited from MessageProducer.)

See Also