BooleanDisposable Class

Represents an IDisposable that can be checked for status.

Namespace: SharpKit.Rx

Base Types

System.Object

Base Interfaces

System.IDisposable

Constructors

Name Description
BooleanDisposable() Constructs a new undisposed BooleanDisposable.

Methods

Name Description
Dispose() Sets the status to Disposed.
GetIsDisposed() Gets a value indicating whether the object is disposed.
© Copyright 2005-2011 SharpKit. All rights reserved.