The DialingManager type exposes the following members.

Constructors

  NameDescription
Public methodDialingManager
Initializes a new instance of the DialingManager class.

Methods

  NameDescription
Public methodAgentlessCallComplete
Dispositions a call that is not owned by a specific agent.
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 methodGetAvailableCampaigns
Gets the list of campaigns the agent can log into.
Public methodGetAvailableCampaignsAsync
Asynchronously gets the list of campaigns an agent can log into.
Public methodGetAvailableWorkflows Obsolete.
Gets the list of workflows the agent can log into.
Public methodGetAvailableWorkflowsAsync Obsolete.
Asynchronously gets the list of workflows an agent can log into.
Public methodGetCampaignScriptConfiguration
Retrieve configuration data for an active campaign and its base script.
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.)
Public methodLogon()()()()
Logs an agent into Dialer without logging in to any campaigns.
Public methodLogon(LogonParameters)
Logs an agent into a Dialer campaign.
Public methodLogonAsync(EventHandler<(Of <<'(LogonCompletedEventArgs>)>>), Object)
Asynchronously logs an agent into Dialer without logging in to any campaigns.
Public methodLogonAsync(LogonParameters, EventHandler<(Of <<'(LogonCompletedEventArgs>)>>), Object)
Asynchronously logs an agent into a Dialer campaign.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyDialerSession
Gets the DialerSession for this agent, if one exists.
Public propertySession
Gets the Session used by the DialingManager.

Events

  NameDescription
Public eventCampaignStarted
Occurs when a Dialer campaign is started.
Public eventCampaignStopped
Occurs when a Dialer campaign is stopped.
Public eventWorkflowStarted Obsolete.
Occurs when a Dialer workflow is started.
Public eventWorkflowStopped Obsolete.
Occurs when a Dialer workflow is stopped.

See Also