Asynchronously scrubs the campaign's contact list using the assigned DNC source.
Namespace: ININ.IceLib.Configuration.DialerAssembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)
Syntax
C# |
---|
public void PerformBulkDNCScrubAsync( EventHandler<AsyncCompletedEventArgs<ReadOnlyCollection<DNCScrubResult>>> completionCallback, Object state ) |
Visual Basic |
---|
Public Sub PerformBulkDNCScrubAsync ( _ completionCallback As EventHandler(Of AsyncCompletedEventArgs(Of ReadOnlyCollection(Of DNCScrubResult))), _ state As Object _ ) |
Parameters
- completionCallback
- Type: System..::..EventHandler<(Of <(<'AsyncCompletedEventArgs<(Of <(<'ReadOnlyCollection<(Of <(<'DNCScrubResult>)>)>>)>)>>)>)>
- state
- Type: System..::..Object