Click or drag to resize
TapiAddressIsQueue Property
Indicates if this address is a queue.

Namespace: Traysoft.AddTapi
Assembly: Traysoft.AddTapi (in Traysoft.AddTapi.dll) Version: 6.0.0.1110
Syntax
public bool IsQueue { get; }

Property Value

Type: Boolean
Remarks
This property is true if this address is not associated with a particular station or physical device, but is a holding place where calls wait for further processing. The calls placed in the queue may receive a particular treatment. They may also be automatically transferred when a particular resource becomes available (for example, if the queue is an ACD queue and calls are waiting for an available agent).
See Also