C# Класс PortableRx.Reactive.Disposables.BooleanDisposable

Represents a disposable resource that can be checked for disposal status.
Наследование: ICancelable
Показать файл Открыть проект

Открытые методы

Метод Описание
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