Gets the IDs of all campaigns that a given agent is active in.

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<CampaignId> GetActiveCampaignsForAgent(
	string agentId
)
Visual Basic
Public Function GetActiveCampaignsForAgent ( _
	agentId As String _
) As Collection(Of CampaignId)

Parameters

agentId
Type: System..::..String
The agent ID

Return Value

A list of CampaignIds

See Also