Notifies Dialer that this agent has completed their break and is ready to receive more calls.
Namespace: ININ.IceLib.DialerAssembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)
Syntax
C# |
---|
public void EndBreak() |
Visual Basic |
---|
Public Sub EndBreak |
Remarks
Calling EndBreak()()()() will cause Dialer to begin making calls for this agent, so the client should set the agent to an ACD-available status before calling this method.
Exceptions
Exception | Condition |
---|---|
ININ.IceLib.Dialer..::..InvalidDialerSessionException | This DialerSession is no longer valid. |