  | QueueEventCount Property  | 
            Get/Set the number of elements in the queue, i.e. the number of calls waiting to be answered by an agent.
            
 
Namespace: AsterNET.Manager.EventAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int Count { get; set; }Public Property Count As Integer
	Get
	Set
public:
property int Count {
	int get ();
	void set (int value);
}member Count : int with get, set
Property Value
Type: 
Int32
See Also