Sets the AgentType for this agent in every campaign he/she is logged into.

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 SetAgentType(
	AgentType agentType
)
Visual Basic
Public Sub SetAgentType ( _
	agentType As AgentType _
)

Parameters

agentType
Type: ININ.IceLib.Dialer..::..AgentType
The type of agent

Exceptions

ExceptionCondition
ININ.IceLib.Dialer..::..InvalidDialerSessionExceptionThis DialerSession is no longer valid.
System..::..ArgumentOutOfRangeExceptionThe specified agentType is not from the AgentType enumeration.

See Also