C# 클래스 AK.F1.Timing.Utility.DisposableCallback

상속: IDisposable
파일 보기 프로젝트 열기: simoneb/ak-f1-timing 1 사용 예제들

공개 메소드들

메소드 설명
DisposableCallback ( System.Action callback ) : System

Initialises a new instance of the DisposableCallback class and specifies the callback to invoke when this instance is disposed.

Dispose ( ) : void

Disposes of this instance.

메소드 상세

DisposableCallback() 공개 메소드

Initialises a new instance of the DisposableCallback class and specifies the callback to invoke when this instance is disposed.
/// Thrown when is . ///
public DisposableCallback ( System.Action callback ) : System
callback System.Action The callback method to invoke when /// this instance of disposed of.
리턴 System

Dispose() 공개 메소드

Disposes of this instance.
public Dispose ( ) : void
리턴 void