Asynchronously requests a transition to a new Campaign Group in a sequence. .
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 CleanMetaDataTableAsync( ConfigurationId contactListId, EventHandler<AsyncCompletedEventArgs<bool>> callback, Object userState ) |
Visual Basic |
---|
Public Sub CleanMetaDataTableAsync ( _ contactListId As ConfigurationId, _ callback As EventHandler(Of AsyncCompletedEventArgs(Of Boolean)), _ userState As Object _ ) |
Parameters
- contactListId
- Type: ConfigurationId
The configuration id of the campaign you are working with.
- callback
- Type: System..::..EventHandler<(Of <(<'AsyncCompletedEventArgs<(Of <(<'Boolean>)>)>>)>)>
The event handler to call upon completion.
- userState
- Type: System..::..Object