C# Class StompNet.AsyncDisposableExtensions

IAsyncDisposable Extensions.
Mostra file Open project: krlito/StompNet

Public Methods

Method Description
DisposeAsync ( this disposable ) : Task

Dispose asynchronously with no cancellation token.

Method Details

DisposeAsync() public static method

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