Namespace: ININ.IceLib.DialerAssembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)
Syntax
C# |
---|
public GetAvailableCampaignsCompletedEventArgs(
string[] availableCampaigns,
Exception error,
bool cancelled,
Object userState
) |
Visual Basic |
---|
Public Sub New ( _
availableCampaigns As String(), _
error As Exception, _
cancelled As Boolean, _
userState As Object _
) |
Parameters
- availableCampaigns
- Type: array<System..::..String>[]()[][]
The list of campaigns an agent can log into.
- 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