Udostępnij za pośrednictwem


Session.Save Method

Function to save the sessions state for a customer

Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)

Usage

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

returnValue = instance.Save(active)

Syntax

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

Parameters

  • active
    true if this session is active

Return Value

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

Session Class
Session Members
Microsoft.Uii.Csr Namespace

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