Namespace: ININ.IceLib.DialerAssembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)
Syntax
C# |
---|
public LogonCompletedEventArgs(
LogonResult logonResult,
Exception error,
bool cancelled,
Object userState
) |
Visual Basic |
---|
Public Sub New ( _
logonResult As LogonResult, _
error As Exception, _
cancelled As Boolean, _
userState As Object _
) |
Parameters
- logonResult
- Type: ININ.IceLib.Dialer..::..LogonResult
A LogonResult containing the results of the logon attempt.
- error
- Type: System..::..Exception
The error, if one occurred.
- cancelled
- Type: System..::..Boolean
If set to true the operation was cancelled.
- userState
- Type: System..::..Object
An object that contains state information for this request.
Exceptions
Exception | Condition |
---|
System..::..ArgumentNullException | A parameter is a null reference (Nothing in Visual Basic). |
See Also