[TIBCO.EMS.UFOCLIENT .NET client library 8.1 documentation]
Assembly: TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)
Create a shared durable subscription (with the specified
name on the specified topic - if one does not already exist), and
a consumer on that subscription.
Namespace:
TIBCO.EMS.UFOAssembly: TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)
Syntax
public MessageConsumer CreateSharedDurableConsumer( Topic topic, string name ) |
Public Function CreateSharedDurableConsumer ( _ topic As Topic, _ name As String _ ) As MessageConsumer |
public: MessageConsumer^ CreateSharedDurableConsumer( Topic^ topic, String^ name ) |