Session.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 XML.
public:
abstract bool Restore(System::String ^ sessionInfoXml);
public abstract bool Restore (string sessionInfoXml);
abstract member Restore : string -> bool
Public MustOverride Function Restore (sessionInfoXml As String) As Boolean
Parameters
- sessionInfoXml
- String
Returns
true
if this is an active session, false if not