Fork me on GitHub
Show / Hide Table of Contents

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 Source

DisposeAsync()

Performs asynchronously application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
Task DisposeAsync()
Returns
Type Description
System.Threading.Tasks.Task
  • Improve this Doc
  • View Source
Back to top Generated by DocFX