Logs an agent into a Dialer campaign.

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

Parameters

logonParameters
Type: ININ.IceLib.Dialer..::..LogonParameters
A LogonParameters instance specifying the parameters to use when logging in.

Return Value

A LogonResult containing the results of the logon attempt.

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.
System..::..ArgumentNullExceptionA parameter is a null reference (Nothing in Visual Basic).

See Also