Asynchronously retrieves a list of campaigns from DNC.Com

Namespace: ININ.IceLib.Configuration.Dialer
Assembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)

Syntax

C#
public void GetDNCCampaignsAsync(
	string accountCode,
	string loginId,
	string projectId,
	EventHandler<AsyncCompletedEventArgs<DNCSourceCampaign[]>> completionCallback,
	Object state
)
Visual Basic
Public Sub GetDNCCampaignsAsync ( _
	accountCode As String, _
	loginId As String, _
	projectId As String, _
	completionCallback As EventHandler(Of AsyncCompletedEventArgs(Of DNCSourceCampaign())), _
	state As Object _
)

Parameters

accountCode
Type: System..::..String
The account code for DNC.Com authentication
loginId
Type: System..::..String
The login Id to use for for DNC.Com authentication
projectId
Type: System..::..String
The project Id to lookup when querying DNC.Com
completionCallback
Type: System..::..EventHandler<(Of <(<'AsyncCompletedEventArgs<(Of <(<'array<DNCSourceCampaign>[]()[][]>)>)>>)>)>
state
Type: System..::..Object

See Also