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

Get the number of durable subscribers in the server.

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

Syntax

public int DurableCount { get; }
Public ReadOnly Property DurableCount As Integer
public:
property int DurableCount {
	int get ();
}

Return Value

the number of durable subscribers.

See Also