Gets the list of agents that are logged in and eligible to participate 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 Collection<string> GetEligibleAgentsForCampaign(
	CampaignId campaignId
)
Visual Basic
Public Function GetEligibleAgentsForCampaign ( _
	campaignId As CampaignId _
) As Collection(Of String)

Parameters

campaignId
Type: ININ.IceLib.Dialer..::..CampaignId
The campaign ID

Return Value

A collection of agent IDs

See Also