Compartir a través de


Session.Restore(String) Method

Definition

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

Applies to