| QueueMemberEventPaused Property |
Is this queue member paused (not accepting calls)?
Available since Asterisk 1.2.
true if this member has been paused,
false if not
Namespace: AsterNET.Manager.EventAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool Paused { get; set; }
Public Property Paused As Boolean
Get
Set
public:
property bool Paused {
bool get ();
void set (bool value);
}
member Paused : bool with get, set
Property Value
Type:
BooleanSee Also