C# Class PortableRx.Reactive.Disposables.BooleanDisposable

Represents a disposable resource that can be checked for disposal status.
Inheritance: ICancelable
显示文件 Open project: robfe/PortableRx

Public Methods

Method Description
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.

Private Methods

Method Description
BooleanDisposable ( bool isDisposed )

Method Details

BooleanDisposable() public method

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

Dispose() public method

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