다음을 통해 공유


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, 삭제될 때 진행 중인 중요 섹션을 종료합니다.

적용 대상