RestoreSettings Constructors
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.
Overloads
RestoreSettings()
public RestoreSettings();
Public Sub New ()
Applies to
RestoreSettings(Boolean)
public RestoreSettings(bool inlineReopen);
new System.Fabric.RestoreSettings : bool -> System.Fabric.RestoreSettings
Public Sub New (inlineReopen As Boolean)
Parameters
- inlineReopen
- System.Boolean
Applies to
RestoreSettings(Boolean, Boolean)
public RestoreSettings(bool inlineReopen, bool enableLsnCheck);
new System.Fabric.RestoreSettings : bool * bool -> System.Fabric.RestoreSettings
Public Sub New (inlineReopen As Boolean, enableLsnCheck As Boolean)
Parameters
- inlineReopen
- System.Boolean
- enableLsnCheck
- System.Boolean