Поделиться через


AgentStateService.GetSessionTransferInformation Method

Retrieves session information for handling a transferred call.

Namespace: Microsoft.Uii.AifServices
Assembly: Microsoft.Uii.AifServices (in Microsoft.Uii.AifServices.dll)

Usage

'Usage
Dim instance As AgentStateService
Dim toAgentId As Guid
Dim returnValue As ReadOnlyCollection(Of SessionTransferRecord)

returnValue = instance.GetSessionTransferInformation(toAgentId)

Syntax

'Declaration
Public Overridable Function GetSessionTransferInformation ( _
    toAgentId As Guid _
) As ReadOnlyCollection(Of SessionTransferRecord)
public virtual ReadOnlyCollection<SessionTransferRecord> GetSessionTransferInformation (
    Guid toAgentId
)
public:
virtual ReadOnlyCollection<SessionTransferRecord^>^ GetSessionTransferInformation (
    Guid toAgentId
)
public ReadOnlyCollection<SessionTransferRecord> GetSessionTransferInformation (
    Guid toAgentId
)
public function GetSessionTransferInformation (
    toAgentId : Guid
) : ReadOnlyCollection<SessionTransferRecord>

Parameters

  • toAgentId
    Specifies the agent ID.

Return Value

Type: List

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

AgentStateService Class
AgentStateService Members
Microsoft.Uii.AifServices Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.