Asynchronously verify database, contact list, and skill set settings.

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 TestAsync(
	int numSampleRecords,
	EventHandler<AsyncCompletedEventArgs<CampaignConfiguration..::..CampaignTestResults>> callback,
	Object userState
)
Visual Basic
Public Sub TestAsync ( _
	numSampleRecords As Integer, _
	callback As EventHandler(Of AsyncCompletedEventArgs(Of CampaignConfiguration..::..CampaignTestResults)), _
	userState As Object _
)

Parameters

numSampleRecords
Type: System..::..Int32
The number of sample records to return.
callback
Type: System..::..EventHandler<(Of <(<'AsyncCompletedEventArgs<(Of <(<'CampaignConfiguration..::..CampaignTestResults>)>)>>)>)>
userState
Type: System..::..Object

See Also