IAsyncDisposable Gränssnitt

Definition

Tillhandahåller en mekanism för att frigöra ohanterade resurser asynkront.

public interface class IAsyncDisposable
public interface IAsyncDisposable
type IAsyncDisposable = interface
Public Interface IAsyncDisposable
Härledda

Kommentarer

Mer information om det här API:et finns i Kompletterande API-kommentarer för IAsyncDisposable.

Metoder

Name Description
DisposeAsync()

Utför programdefinierade uppgifter som är associerade med att frigöra, frigöra eller återställa ohanterade resurser asynkront.

Tilläggsmetoder

Name Description
ConfigureAwait(IAsyncDisposable, Boolean)

Konfigurerar hur väntar på de uppgifter som returneras från en asynkron disponibel ska utföras.

Gäller för