AsyncSemaphore.Releaser Struct
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.
C++
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
Dispose() |
Releases the lock. |
Tuote | Versiot |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |
This type is thread-safe for all members.