Share via


RestoreSettings Constructors

Definition

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

Applies to