ConfiguredAsyncDisposable Struct
Definition
Provides a type that can be used to configure how awaits on an IAsyncDisposable are performed.
public value class ConfiguredAsyncDisposable
public struct ConfiguredAsyncDisposable
type ConfiguredAsyncDisposable = struct
Public Structure ConfiguredAsyncDisposable
- Inheritance
Methods
DisposeAsync() |
Asynchronously releases the unmanaged resources used by the ConfiguredAsyncDisposable. |