ExecutionStrategy.Suspended Property
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.
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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework