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

Get the number of consumers for this connection.

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

the number of consumers for this connection.

See Also