Asynchronously gets the list of agents active in a given campaign.

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 GetActiveAgentsForCampaignAsync(
	CampaignId campaignId,
	EventHandler<AsyncCompletedEventArgs<Collection<string>>> callback,
	Object userState
)
Visual Basic
Public Sub GetActiveAgentsForCampaignAsync ( _
	campaignId As CampaignId, _
	callback As EventHandler(Of AsyncCompletedEventArgs(Of Collection(Of String))), _
	userState As Object _
)

Parameters

campaignId
Type: ININ.IceLib.Dialer..::..CampaignId
The campaign ID
callback
Type: System..::..EventHandler<(Of <(<'AsyncCompletedEventArgs<(Of <(<'Collection<(Of <(<'String>)>)>>)>)>>)>)>
userState
Type: System..::..Object

Return Value

A list of CampaignIds

See Also