The DialingManager type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DialingManager |
Initializes a new instance of the DialingManager class.
|
Methods
Name | Description | |
---|---|---|
AgentlessCallComplete |
Dispositions a call that is not owned by a specific agent.
| |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetAvailableCampaigns |
Gets the list of campaigns the agent can log into.
| |
GetAvailableCampaignsAsync |
Asynchronously gets the list of campaigns an agent can log into.
| |
GetAvailableWorkflows | Obsolete.
Gets the list of workflows the agent can log into.
| |
GetAvailableWorkflowsAsync | Obsolete.
Asynchronously gets the list of workflows an agent can log into.
| |
GetCampaignScriptConfiguration |
Retrieve configuration data for an active campaign and its base script.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Logon()()()() |
Logs an agent into Dialer without logging in to any campaigns.
| |
Logon(LogonParameters) |
Logs an agent into a Dialer campaign.
| |
LogonAsync(EventHandler<(Of <<'(LogonCompletedEventArgs>)>>), Object) |
Asynchronously logs an agent into Dialer without logging in to any campaigns.
| |
LogonAsync(LogonParameters, EventHandler<(Of <<'(LogonCompletedEventArgs>)>>), Object) |
Asynchronously logs an agent into a Dialer campaign.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
DialerSession |
Gets the DialerSession for this agent, if one exists.
| |
Session |
Gets the Session used by the DialingManager.
|
Events
Name | Description | |
---|---|---|
CampaignStarted |
Occurs when a Dialer campaign is started.
| |
CampaignStopped |
Occurs when a Dialer campaign is stopped.
| |
WorkflowStarted | Obsolete.
Occurs when a Dialer workflow is started.
| |
WorkflowStopped | Obsolete.
Occurs when a Dialer workflow is stopped.
|