Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Defines an asynchronous method to release allocated resources.
Namespace: Microsoft.VisualStudio.Threading
Assembly: Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)
Syntax
'Declaration
Public Interface IAsyncDisposable
public interface IAsyncDisposable
public interface class IAsyncDisposable
type IAsyncDisposable = interface end
public interface IAsyncDisposable
The IAsyncDisposable type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
DisposeAsync | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously. |
Top
.gif)