Request that one or more agents be automatically logged in or out of campaigns.
Namespace: ININ.IceLib.Dialer.SupervisorAssembly: 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<ConfigurationId> campaignsOut, Collection<ConfigurationId> campaignsIn ) |
Visual Basic |
---|
Public Sub AllocateAgents ( _ agents As Collection(Of String), _ campaignsOut As Collection(Of ConfigurationId), _ campaignsIn As Collection(Of ConfigurationId) _ ) |
Parameters
- agents
- Type: System.Collections.ObjectModel..::..Collection<(Of <(<'String>)>)>
- campaignsOut
- Type: System.Collections.ObjectModel..::..Collection<(Of <(<'ConfigurationId>)>)>
The list of campaigns the agents should be logged out of.
- campaignsIn
- Type: System.Collections.ObjectModel..::..Collection<(Of <(<'ConfigurationId>)>)>
The list of campaigns the agents should be logged into.