Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Saves an agents session(s) information.
Namespace: Microsoft.Uii.AifServices
Assembly: Microsoft.Uii.AifServices (in Microsoft.Uii.AifServices.dll)
Usage
'Usage
Dim instance As IAgentStateService
Dim sessionsState As String
instance.SaveSessions(sessionsState)
Syntax
'Declaration
Sub SaveSessions ( _
sessionsState As String _
)
void SaveSessions (
string sessionsState
)
void SaveSessions (
String^ sessionsState
)
void SaveSessions (
String sessionsState
)
function SaveSessions (
sessionsState : String
)
Parameters
- sessionsState
Specifies the state of the sessions.
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.