[TIBCO.EMS.UFOCLIENT .NET client library 6.0 documentation]
Assembly: TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)
Create a publisher for the specified topic.
Namespace:
TIBCO.EMS.UFOAssembly: TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)
Syntax
public TopicPublisher CreatePublisher( Topic topic ) |
Public Function CreatePublisher ( _ topic As Topic _ ) As TopicPublisher |
public: TopicPublisher^ CreatePublisher( Topic^ topic ) |
Parameters
- topic
- Type: TIBCO.EMS.UFO..::.Topic
the Topic to publish to, or null if this is an unidentified producer
Remarks
A client uses a TopicPublisher object to publish messages on a topic. Each time a client creates a TopicPublisher on a topic, it defines a new sequence of messages that have no ordering relationship with the messages it has previously sent.
The TopicPublisher object will be recreated during connection recovery process.