Compartilhar via


IAgentStateService.GetSavedSessions Method

Gets the saved session(s) for an agent.

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

Usage

'Usage
Dim instance As IAgentStateService
Dim agentId As Guid
Dim returnValue As String

returnValue = instance.GetSavedSessions(agentId)

Syntax

'Declaration
Function GetSavedSessions ( _
    agentId As Guid _
) As String
string GetSavedSessions (
    Guid agentId
)
String^ GetSavedSessions (
    Guid agentId
)
String GetSavedSessions (
    Guid agentId
)
function GetSavedSessions (
    agentId : Guid
) : String

Parameters

  • agentId
    Specifies the agent ID.

Return Value

Type: String
The saved session(s) for an agent.

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.