AsyncSemaphore.Releaser 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 value whose disposal triggers the release of a lock.
public: value class AsyncSemaphore::Releaser : IDisposable
public struct AsyncSemaphore.Releaser : IDisposable
[System.Runtime.CompilerServices.IsReadOnly]
public readonly struct AsyncSemaphore.Releaser : IDisposable
type AsyncSemaphore.Releaser = struct
interface IDisposable
[<System.Runtime.CompilerServices.IsReadOnly>]
type AsyncSemaphore.Releaser = struct
interface IDisposable
Public Structure AsyncSemaphore.Releaser
Implements IDisposable
- Inheritance
-
AsyncSemaphore.Releaser
- Attributes
- Implements
Methods
Dispose() |
Releases the lock. |
Applies to
Thread Safety
This type is thread-safe for all members.