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

Get the total number of consumers.

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

Syntax

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

Return Value

total number of consumers.

See Also