AgentDesktopSession.Restore(String) 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.
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
.