ConcurrencyDetectorCriticalSectionDisposer Struct
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.
A IDisposable returned by an IConcurrencyDetector, which will exit the ongoing critical section when disposed.
[System.Runtime.CompilerServices.IsReadOnly]
public readonly struct ConcurrencyDetectorCriticalSectionDisposer : IDisposable
[<System.Runtime.CompilerServices.IsReadOnly>]
type ConcurrencyDetectorCriticalSectionDisposer = struct
interface IDisposable
Public Structure ConcurrencyDetectorCriticalSectionDisposer
Implements IDisposable
- Inheritance
-
ConcurrencyDetectorCriticalSectionDisposer
- Attributes
- Implements
Remarks
See Implementation of database providers and extensions for more information and examples.
Constructors
ConcurrencyDetectorCriticalSectionDisposer(IConcurrencyDetector) |
Constructs a new ConcurrencyDetectorCriticalSectionDisposer. |
Methods
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework