Skip to content

Disposable class

Defined in

Namespace: System.Reactive.Disposables Assembly: System.Reactive.dll Full name: System.Reactive.Disposables.Disposable Modifiers: public static

Summary

Provides a set of static methods for creating IDisposable objects.

Applies to

netstandard2.0

Properties

NameSummary
static EmptyGets the disposable that does nothing when disposed.

Methods

NameSummary
static CreateCreates a disposable object that invokes the specified action when disposed.
Inherited members