  | QueueParamsEventCalls Property  | 
 Returns the number of calls currently waiting in the queue.
 Sets the number of calls currently waiting in the queue.
 
Namespace: AsterNET.Manager.EventAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int Calls { get; set; }Public Property Calls As Integer
	Get
	Set
public:
property int Calls {
	int get ();
	void set (int value);
}member Calls : int with get, set
Property Value
Type: 
Int32
See Also