Compartir a través de


AgentDesktopSession.Save Method

Creates a serialized save version of the session and its associated data in preparation for storage.

Namespace: Microsoft.Uii.Desktop.SessionManager
Assembly: Microsoft.Uii.Desktop.SessionManager (in Microsoft.Uii.Desktop.SessionManager.dll)

Usage

'Usage
Dim instance As AgentDesktopSession
Dim active As Boolean
Dim returnValue As String

returnValue = instance.Save(active)

Syntax

'Declaration
Public Overrides Function Save ( _
    active As Boolean _
) As String
public override string Save (
    bool active
)
public:
virtual String^ Save (
    bool active
) override
public String Save (
    boolean active
)
public override function Save (
    active : boolean
) : String

Parameters

  • active
    True if this session is active, otherwise false.

Return Value

Type: String
An XML string or null if there are no applications.

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

AgentDesktopSession Class
AgentDesktopSession Members
Microsoft.Uii.Desktop.SessionManager Namespace

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