Share via


AgentDesktopSession.Restore(String) Method

Definition

Restores the state of a session from the passed PackageSession Object.

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

Parameters

sessionInfoXml
String

Specifies the session information.

Returns

True if this is an active session, otherwise False.

Applies to