C# 클래스 StompNet.AsyncDisposableExtensions

IAsyncDisposable Extensions.
파일 보기 프로젝트 열기: krlito/StompNet

공개 메소드들

메소드 설명
DisposeAsync ( this disposable ) : Task

Dispose asynchronously with no cancellation token.

메소드 상세

DisposeAsync() 공개 정적인 메소드

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