ExecutionStrategy.Suspended Property

Definition

Caution

Use Current instead

Indicates whether the strategy is suspended. The strategy is typically suspending while executing to avoid recursive execution from nested operations.

protected static bool Suspended { get; set; }
[System.Obsolete("Use Current instead")]
protected static bool Suspended { get; set; }
static member Suspended : bool with get, set
[<System.Obsolete("Use Current instead")>]
static member Suspended : bool with get, set
Protected Shared Property Suspended As Boolean

Property Value

Attributes

Remarks

See Connection resiliency and database retries for more information.

Applies to