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

Get the number of active receivers on this queue.

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

Syntax

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

Return Value

the number of active receivers on this queue.

See Also