The list of agents logged into Dialer a.k.a. agents that may be managed via the AgentManager class. This does not include agents logged directly into campaigns, which cannot be managed by this class.

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> ActiveAgents { get; private set; }
Visual Basic
Public Property ActiveAgents As Collection(Of String)
	Get
	Private Set

See Also