[TIBCO.EMS.UFOCLIENT .NET client library 8.1 documentation]
Assembly: TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)
Create a durable subscriber to the specified topic,
using a message selector and specifying whether messages published
by its own connection should be delivered to it.
Namespace:
TIBCO.EMS.UFOAssembly: TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)
Syntax
public TopicSubscriber CreateDurableSubscriber( Topic topic, string name, string messageSelector, bool noLocal ) |
Public Function CreateDurableSubscriber ( _ topic As Topic, _ name As String, _ messageSelector As String, _ noLocal As Boolean _ ) As TopicSubscriber |
public: TopicSubscriber^ CreateDurableSubscriber( Topic^ topic, String^ name, String^ messageSelector, bool noLocal ) |
Parameters
- topic
- Type: TIBCO.EMS.UFO..::.Topic
- name
- Type: System..::.String
- messageSelector
- Type: System..::.String
- noLocal
- Type: System..::.Boolean