Performs a test to validate if this campaign can operate correctly at a very basic level.

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 QuickValidateAsync(
	EventHandler<AsyncCompletedEventArgs<CampaignConfiguration..::..QuickValidateResults>> callback,
	Object userState
)
Visual Basic
Public Sub QuickValidateAsync ( _
	callback As EventHandler(Of AsyncCompletedEventArgs(Of CampaignConfiguration..::..QuickValidateResults)), _
	userState As Object _
)

Parameters

callback
Type: System..::..EventHandler<(Of <(<'AsyncCompletedEventArgs<(Of <(<'CampaignConfiguration..::..QuickValidateResults>)>)>>)>)>
userState
Type: System..::..Object

Remarks

The relevant properties in this test are as follows: ContactList, Filters, and SortColumns.

See Also