Asynchronously request that a rule fires.

Namespace: ININ.IceLib.Dialer.Supervisor
Assembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)

Syntax

C#
public void FireRuleAsync(
	Rule rule,
	CampaignConfiguration campaign,
	EventHandler<AsyncCompletedEventArgs> callback,
	Object userState
)
Visual Basic
Public Sub FireRuleAsync ( _
	rule As Rule, _
	campaign As CampaignConfiguration, _
	callback As EventHandler(Of AsyncCompletedEventArgs), _
	userState As Object _
)

Parameters

rule
Type: ININ.IceLib.Configuration.Dialer..::..Rule
campaign
Type: ININ.IceLib.Configuration.Dialer..::..CampaignConfiguration
callback
Type: System..::..EventHandler<(Of <(<'AsyncCompletedEventArgs>)>)>
userState
Type: System..::..Object

See Also