| QueueMemberAddedEventStatus Property |
Get/Set the status of this queue member.
Valid status codes are:
- AST_DEVICE_UNKNOWN
- AST_DEVICE_NOT_INUSE
- AST_DEVICE_INUSE
- AST_DEVICE_BUSY
- AST_DEVICE_INVALID
- AST_DEVICE_UNAVAILABLE
- AST_DEVICE_RINGING
- AST_DEVICE_RINGINUSE
- AST_DEVICE_ONHOLD
Namespace: AsterNET.Manager.EventAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int Status { get; set; }
Public Property Status As Integer
Get
Set
public:
property int Status {
int get ();
void set (int value);
}
member Status : int with get, set
Property Value
Type:
Int32See Also