The AgentManager type exposes the following members.

Methods

  NameDescription
Public methodAllocateAgents(Collection<(Of <<'(String>)>>), Collection<(Of <<'(ConfigurationId>)>>), Collection<(Of <<'(ConfigurationId>)>>))
Request that one or more agents be automatically logged in or out of campaigns.
Public methodAllocateAgents(Collection<(Of <<'(String>)>>), Collection<(Of <<'(CampaignId>)>>), Collection<(Of <<'(CampaignId>)>>))
Request that one or more agents be automatically logged in or out of campaigns.
Public methodAllocateAgentsAsync
Asynchronously request that one or more agents be automatically logged in or out of campaigns.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetActiveAgentsForCampaign(ConfigurationId)
Gets the list of agents active in a given campaign.
Public methodGetActiveAgentsForCampaign(CampaignId)
Gets the list of agents active in a given campaign.
Public methodGetActiveAgentsForCampaignAsync
Asynchronously gets the list of agents active in a given campaign.
Public methodGetActiveCampaignsForAgent
Gets the IDs of all campaigns that a given agent is active in.
Public methodGetActiveCampaignsForAgentAsync
Asynchronously gets the IDs of all campaigns that a given agent is active in.
Public methodGetEligibleAgentsForCampaign(ConfigurationId)
Gets the list of agents that are logged in and eligible to participate in a given campaign.
Public methodGetEligibleAgentsForCampaign(CampaignId)
Gets the list of agents that are logged in and eligible to participate in a given campaign.
Public methodGetEligibleAgentsForCampaignAsync
Asynchronously gets the IDs of all campaigns that a given agent is active in.
Public methodGetEligibleCampaignsForAgent
Gets the IDs of all active campaigns that a given agent is eligible to participate in.
Public methodGetEligibleCampaignsForAgentAsync
Gets the IDs of all active campaigns that a given agent is eligible to participate in.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRefreshActiveAgentList
Refreshes ActiveAgents.
Public methodRefreshActiveAgentListAsync
Asynchronously refreshes ActiveAgents.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also