次の方法で共有


ConcurrencyDetectorCriticalSectionDisposer 構造体

定義

IDisposableによってIConcurrencyDetector返される 。 が破棄されると、進行中のクリティカル セクションを終了します。

[System.Runtime.CompilerServices.IsReadOnly]
public readonly struct ConcurrencyDetectorCriticalSectionDisposer : IDisposable
[<System.Runtime.CompilerServices.IsReadOnly>]
type ConcurrencyDetectorCriticalSectionDisposer = struct
    interface IDisposable
Public Structure ConcurrencyDetectorCriticalSectionDisposer
Implements IDisposable
継承
ConcurrencyDetectorCriticalSectionDisposer
属性
実装

注釈

詳細と例については、「 データベース プロバイダーと拡張機能の実装 」を参照してください。

コンストラクター

ConcurrencyDetectorCriticalSectionDisposer(IConcurrencyDetector)

新しい ConcurrencyDetectorCriticalSectionDisposer を構築します。

メソッド

Dispose()

IDisposableによってIConcurrencyDetector返される 。 が破棄されると、進行中のクリティカル セクションを終了します。

適用対象