Moves the agent to a new stage in the call.

Namespace: ININ.IceLib.Dialer
Assembly: 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

ExceptionCondition
ININ.IceLib.Dialer..::..InvalidDialerCallInteractionExceptionThis DialerCallInteraction is no longer valid.
System..::..ArgumentOutOfRangeExceptionThe specified newStageId is not in the range 0 to 1000.

See Also