Compartilhar via


IAgentStateService.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 IAgentStateService
Dim toAgentId As Guid
Dim returnValue As ReadOnlyCollection(Of SessionTransferRecord)

returnValue = instance.GetSessionTransferInformation(toAgentId)

Syntax

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

Parameters

  • toAgentId
    Specifies the agent ID to whom the call is transferred.

Return Value

Type: List
The session information for handling a transferred call.

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

IAgentStateService Interface
IAgentStateService Members
Microsoft.Uii.AifServices Namespace

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