[TIBCO.EMS.UFOCLIENT .NET client library 8.1 documentation]

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, using the specified message selector.

Namespace:  TIBCO.EMS.UFO
Assembly:  TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)

Syntax

public MessageConsumer CreateSharedDurableConsumer(
	Topic topic,
	string name,
	string messageSelector
)
Public Function CreateSharedDurableConsumer ( _
	topic As Topic, _
	name As String, _
	messageSelector As String _
) As MessageConsumer
public:
MessageConsumer^ CreateSharedDurableConsumer(
	Topic^ topic, 
	String^ name, 
	String^ messageSelector
)

Parameters

topic
Type: TIBCO.EMS.UFO..::.Topic
name
Type: System..::.String
messageSelector
Type: System..::.String

Remarks