IAsyncDisposable Interface

 

Defines an asynchronous method to release allocated resources.

Namespace:   Microsoft.VisualStudio.Threading
Assembly:  Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)

public interface IAsyncDisposable

NameDescription
System_CAPS_pubmethodDisposeAsync()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously.

This type is thread-safe for all members.

Return to top
Show: