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.)

Properties

  NameDescription
Public propertyBreakStatus
Gets the break status for the agent
Public propertyCampaignName Obsolete.
Gets the campaign the agent is logged into.
Public propertyCampaigns
Gets the campaigns the agent is logged into.
Public propertyGlobalSession
True if the user logged on to Dialer without specifying any campaigns. When true, the user can receive auto login/logout notifications.
Public propertyUseRecordSnippet
Public propertyUserID
Gets the ID of the user that the session belongs to.
Public propertyWorkflowName Obsolete.
Gets the workflow the agent is logged into.

Events

  NameDescription
Public eventAutoLogin
Occurs when one is automatically logged into a campaign via rule or supervisor.
Public eventAutoLogout
Occurs when one is automatically logged out of a campaign via rule or supervisor.
Public eventAutomaticBreakEnded
Occurs when an automatic break has ended.
Public eventBreakGranted
Occurs when a requested break has been granted.
Public eventCampaignTransition Obsolete.
Occurs when a campaign transition occurs for the workflow this DialerSession is associated with.
Public eventContactDataLoaded
Occurs when the contact data for a follow up call has been loaded.
Public eventDataPop
Occurs when a Dialer call is added to the agent's queue.
Public eventDialerServerRestarted
Occurs when the dialing server restarted. Agents should logout from all campaigns and re-login to resume calling.
Public eventLogoutGranted
Occurs when a requested logout has been granted.
Public eventManualOutboundCallStatus
Occurs when the status of a manually-initiated outbound call changes.
Public eventPreviewCallAdded
Occurs when a Preview call is added to the agent's queue.
Public eventPreviewTimeoutExpired
Occurs when the timeout associated with a preview call has elapsed and the preview call is about to be automatically dialed.
Public eventPreviewTimeoutStarted
Occurs when the timeout associated with a preview call has started.
Public eventPreviewTimeoutStopped
Occurs when the timeout associated with a preview call has stopped.

See Also