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

Get the number of queues in the server.

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

Syntax

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

Return Value

the number of queues.

See Also