The recording of the first ever ReactiveUI virtual conference is available on our YouTube Channel.

Disposable Class

Disposable Class

Provides a set of static methods for creating Disposables.

Inheritance Hierarchy

System.Object
  System.Reactive.Disposables.Disposable

Namespace:  System.Reactive.Disposables
Assembly:  System.Reactive (in System.Reactive.dll)

Syntax

'Declaration
Public NotInheritable Class Disposable
'Usage
public static class Disposable
public ref class Disposable abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type Disposable =  class end
public final class Disposable

The Disposable type exposes the following members.

Properties

NameDescriptionPublic propertyStatic memberEmptyGets the disposable that does nothing when disposed.Top

Methods

NameDescriptionPublic methodStatic memberCreateCreates the disposable that invokes the specified action when disposed.Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Reactive.Disposables Namespace

Disposable Properties

Include Protected Members
Include Inherited Members

The Disposable type exposes the following members.

Properties

NameDescriptionPublic propertyStatic memberEmptyGets the disposable that does nothing when disposed.Top

See Also

Reference

Disposable Class

System.Reactive.Disposables Namespace

Disposable Methods

Include Protected Members
Include Inherited Members

The Disposable type exposes the following members.

Methods

NameDescriptionPublic methodStatic memberCreateCreates the disposable that invokes the specified action when disposed.Top

See Also

Reference

Disposable Class

System.Reactive.Disposables Namespace