AgentDesktopSession.Save(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.