Moves the agent to a new stage in the call.
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 UpdateStage( int newStageId ) |
| Visual Basic |
|---|
Public Sub UpdateStage ( _ newStageId As Integer _ ) |
Parameters
- newStageId
- Type: System..::..Int32
The ID of the stage the agent is moving into.
Exceptions
| Exception | Condition |
|---|---|
| ININ.IceLib.Dialer..::..InvalidDialerCallInteractionException | This DialerCallInteraction is no longer valid. |
| System..::..ArgumentOutOfRangeException | The specified newStageId is not in the range 0 to 1000. |