The DialerSession type exposes the following members.

Methods

  NameDescription
Public methodBindRecord
Attempts to bind an existing interaction to a Dialer contact record
Public methodBindRecordAsync
Asynchronously attempts to bind an existing interaction to a Dialer contact record
Public methodEndBreak
Notifies Dialer that this agent has completed their break and is ready to receive more calls.
Public methodEndBreakAsync
Asynchronously notifies Dialer that this agent has completed their break and is ready to receive more calls.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodEstablishPersistentConnection
Establishes a persistent connection to the Outbound Dialer Server.
Public methodEstablishPersistentConnectionAsync
Asynchronously establishes a persistent connection to the Outbound Dialer Server.
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 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 methodInitiateManualOutboundCall
Initiates a manual outbound call using the supplied parameters
Public methodInitiateManualOutboundCallAsync
Asynchronously initiates a manual outbound call using the supplied parameters
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRequestBreak
Requests a break for this agent.
Public methodRequestBreakAsync
Asynchronously requests a break for this agent.
Public methodRequestContactData
Sends a request to the ODS HTTP server to get data from the pnd table for a follow up call
Public methodRequestContactDataAsync
Sends an asynchronous request to the ODS HTTP plugin to get data from the pnd table for a follow up call
Public methodRequestLogout()()()()
Requests a logout for this agent for all campaigns he/she is logged into in addition to Dialer itself.
Public methodRequestLogout(IEnumerable<(Of <<'(CampaignId>)>>))
Requests a logout for this agent for certain campaigns.
Public methodRequestLogoutAsync(AsyncCompletedEventHandler, Object)
Asynchronously requests a logout for this agent for all campaigns he/she is logged into in addition to Dialer itself.
Public methodRequestLogoutAsync(IEnumerable<(Of <<'(CampaignId>)>>), AsyncCompletedEventHandler, Object)
Asynchronously requests a logout for this agent for certain campaigns.
Public methodSetAgentType(AgentType)
Sets the AgentType for this agent in every campaign he/she is logged into.
Public methodSetAgentType(AgentType, IEnumerable<(Of <<'(CampaignId>)>>))
Sets the AgentType for this agent for certain campaign..
Public methodSetAgentTypeAsync(AgentType, AsyncCompletedEventHandler, Object)
Asynchronously sets the AgentType for this agent for every campaign he/she is logged into.
Public methodSetAgentTypeAsync(AgentType, IEnumerable<(Of <<'(CampaignId>)>>), AsyncCompletedEventHandler, Object)
Asynchronously sets the AgentType for this agent for certain campaigns.
Public methodStartReceivingCalls()()()()
Notifies Dialer that this agent is ready to start receiving calls for every campaign he/she is logged into.
Public methodStartReceivingCalls(IEnumerable<(Of <<'(CampaignId>)>>))
Notifies Dialer that this agent is ready to start receiving calls for certain campaigns.
Public methodStartReceivingCallsAsync(AsyncCompletedEventHandler, Object)
Asynchronously notifies Dialer that this agent is ready to start receiving calls for every campaign he/she is logged into.
Public methodStartReceivingCallsAsync(IEnumerable<(Of <<'(CampaignId>)>>), AsyncCompletedEventHandler, Object)
Asynchrously notifies Dialer that this agent is ready to start receiving calls for certain campaigns.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also