Share via


AgentDesktopSession.Save(Boolean) Method

Definition

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

public:
 override System::String ^ Save(bool active);
public override string Save (bool active);
override this.Save : bool -> string
Public Overrides Function Save (active As Boolean) As String

Parameters

active
Boolean

True if this session is active, otherwise false.

Returns

An XML string or null if there are no applications.

Applies to