Request that one or more agents be automatically logged in or out of campaigns.

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 AllocateAgents(
	Collection<string> agents,
	Collection<CampaignId> campaignsOut,
	Collection<CampaignId> campaignsIn
)
Visual Basic
Public Sub AllocateAgents ( _
	agents As Collection(Of String), _
	campaignsOut As Collection(Of CampaignId), _
	campaignsIn As Collection(Of CampaignId) _
)

Parameters

agents
Type: System.Collections.ObjectModel..::..Collection<(Of <(<'String>)>)>
campaignsOut
Type: System.Collections.ObjectModel..::..Collection<(Of <(<'CampaignId>)>)>
The list of campaigns the agents should be logged out of.
campaignsIn
Type: System.Collections.ObjectModel..::..Collection<(Of <(<'CampaignId>)>)>
The list of campaigns the agents should be logged into.

See Also