Asynchronously requests a transition to a new Campaign Group in a sequence. .

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 TransitionRuleGroupAsync(
	ConfigurationId campaignId,
	string campaignGroupName,
	EventHandler<AsyncCompletedEventArgs<bool>> callback,
	Object userState
)
Visual Basic
Public Sub TransitionRuleGroupAsync ( _
	campaignId As ConfigurationId, _
	campaignGroupName As String, _
	callback As EventHandler(Of AsyncCompletedEventArgs(Of Boolean)), _
	userState As Object _
)

Parameters

campaignId
Type: ConfigurationId
The configuration id of the campaign you are working with.
campaignGroupName
Type: System..::..String
The display name of the group you wish to transition to.
callback
Type: System..::..EventHandler<(Of <(<'AsyncCompletedEventArgs<(Of <(<'Boolean>)>)>>)>)>
The event handler to call upon completion.
userState
Type: System..::..Object

See Also