Initializes a new instance of the GetAvailableCampaignsCompletedEventArgs class with the specified values.

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 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

ExceptionCondition
System..::..ArgumentNullExceptionA parameter is a null reference (Nothing in Visual Basic).

See Also