[TIBCO.EMS .NET client library 6.0 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. |