[TIBCO.EMS.UFOCLIENT .NET client library 5.1 documentation]
Overload List
| Name | Description | |
|---|---|---|
| Publish(Message) | Publishes a message to the topic. Uses the
TopicPublisher's default delivery mode, priority, and time to live. | |
| Publish(Topic, Message) |
Publishes a message to a topic for an unidentified message producer.
Uses the TopicPublisher's default delivery mode, priority, and time to live.
| |
| Publish(Message, Int32, Int32, Int64) | Publishes a message to the topic, specifying delivery mode,
priority, and time to live.
| |
| Publish(Message, MessageDeliveryMode, Int32, Int64) | Publishes a message to the topic, specifying delivery mode,
priority, and time to live. | |
| Publish(Topic, Message, Int32, Int32, Int64) | Publishes a message to a topic for an unidentified message producer,
specifying delivery mode, priority and time to live. | |
| Publish(Topic, Message, MessageDeliveryMode, Int32, Int64) | Publishes a message to a topic for an unidentified message producer,
specifying delivery mode, priority and time to live. |