IAsyncDisposable Interface
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.
Defines an asynchronous method to release allocated resources.
public interface class IAsyncDisposable
public interface class IAsyncDisposable
__interface IAsyncDisposable
public interface IAsyncDisposable
type IAsyncDisposable = interface
Public Interface IAsyncDisposable
- Derived
Remarks
Consider implementing IAsyncDisposable instead.
Methods
DisposeAsync() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously. |
Applies to
Thread Safety
This type is thread-safe for all members.