Logs an agent into a Dialer campaign.
Namespace: ININ.IceLib.DialerAssembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)
Syntax
Return Value
A
LogonResult containing the results of the logon attempt.
Exceptions
Exception | Condition |
---|
System..::..InvalidOperationException | There is already an active DialerSession. The active DialerSession must be logged off before a new logon can be performed. |
ININ.IceLib.Dialer..::..DialerLogonFailedException | The logon attempt failed. The exception message will give more information about the failure. |
System..::..ArgumentNullException | A parameter is a null reference (Nothing in Visual Basic). |
See Also