C# Class PortableRx.Reactive.Disposables.BooleanDisposable

Represents a disposable resource that can be checked for disposal status.
Inheritance: ICancelable
Afficher le fichier Open project: robfe/PortableRx

Méthodes publiques

Méthode 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

Méthode Description
BooleanDisposable ( bool isDisposed )

Method Details

BooleanDisposable() public méthode

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

Dispose() public méthode

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