Logs an agent into Dialer without logging in to any campaigns.

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 LogonResult Logon()
Visual Basic
Public Function Logon As LogonResult

Return Value

A LogonResult containing the results of the logon attempt.

Remarks

Agents need not call this method before logging in to a campaign, as they will be automatically logged in to Dialer when using Logon(LogonParameters)

Exceptions

ExceptionCondition
System..::..InvalidOperationExceptionThere is already an active DialerSession. The active DialerSession must be logged off before a new logon can be performed.
ININ.IceLib.Dialer..::..DialerLogonFailedExceptionThe logon attempt failed. The exception message will give more information about the failure.

See Also