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

Returns true if this is a shared topic consumer. The shared subscription name is SharedSubscriptionName

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

Syntax

public bool isShared()
Public Function isShared As Boolean
public:
bool isShared()

Return Value

true if this topic consumer is on a shared subscription. Always returns false for queue consumers.

See Also