C# Class StompNet.AsyncDisposableExtensions

IAsyncDisposable Extensions.
Afficher le fichier Open project: krlito/StompNet

Méthodes publiques

Méthode Description
DisposeAsync ( this disposable ) : Task

Dispose asynchronously with no cancellation token.

Method Details

DisposeAsync() public static méthode

Dispose asynchronously with no cancellation token.
public static DisposeAsync ( this disposable ) : Task
disposable this
Résultat Task