AgentStateService.GetSavedSessions Method
Gets the saved session(s) for the given agent ID.
Namespace: Microsoft.Uii.AifServices
Assembly: Microsoft.Uii.AifServices (in Microsoft.Uii.AifServices.dll)
Usage
'Usage
Dim instance As AgentStateService
Dim agentId As Guid
Dim returnValue As String
returnValue = instance.GetSavedSessions(agentId)
Syntax
'Declaration
Public Overridable Function GetSavedSessions ( _
agentId As Guid _
) As String
public virtual string GetSavedSessions (
Guid agentId
)
public:
virtual String^ GetSavedSessions (
Guid agentId
)
public String GetSavedSessions (
Guid agentId
)
public 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
AgentStateService Class
AgentStateService Members
Microsoft.Uii.AifServices Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.