Interface IAsyncDisposable
Asynchronous version of IDisposable
For reference see discussion: https://github.com/dotnet/roslyn/issues/114
Namespace: System
Assembly: ComposableAsync.Core.dll
Syntax
public interface IAsyncDisposable
Methods
| Improve this Doc View SourceDisposeAsync()
Performs asynchronously application-defined tasks associated with freeing,
releasing, or resetting unmanaged resources.
Declaration
Task DisposeAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |