ExecutionStrategy.Suspended プロパティ

定義

注意事項

Use Current instead

戦略が中断されているかどうかを示します。 この戦略は通常、入れ子になった操作からの再帰的な実行を回避するために、 の実行中に中断されます。

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

プロパティ値

属性

注釈

詳細については、「 接続の回復性とデータベースの再試行 」を参照してください。

適用対象