[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.

Namespace:  TIBCO.EMS.UFO
Assembly:  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
)

Parameters

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

Remarks