C# 클래스 PortableRx.Reactive.Disposables.BooleanDisposable

Represents a disposable resource that can be checked for disposal status.
상속: ICancelable
파일 보기 프로젝트 열기: robfe/PortableRx

공개 메소드들

메소드 설명
BooleanDisposable ( )

Initializes a new instance of the T:Catch.Reactive.Disposables.BooleanDisposable class.

Dispose ( ) : void

Sets the status to disposed, which can be observer through the IsDisposed property.

비공개 메소드들

메소드 설명
BooleanDisposable ( bool isDisposed )

메소드 상세

BooleanDisposable() 공개 메소드

Initializes a new instance of the T:Catch.Reactive.Disposables.BooleanDisposable class.
public BooleanDisposable ( )

Dispose() 공개 메소드

Sets the status to disposed, which can be observer through the IsDisposed property.
public Dispose ( ) : void
리턴 void