Skip to content

StableCompositeDisposable class

Defined in

Namespace: System.Reactive.Disposables Assembly: System.Reactive.dll Full name: System.Reactive.Disposables.StableCompositeDisposable Modifiers: public abstract

Summary

        Represents a group of disposable resources that are disposed together.
        

Applies to

netstandard2.0

Class hierarchy
classDiagram
class StableCompositeDisposable
class ICancelable {
    <>
}
ICancelable <|.. StableCompositeDisposable
class IDisposable {
    <>
}
IDisposable <|.. StableCompositeDisposable

Implements: ICancelable, IDisposable

Constructors

NameSummary
.ctor

Properties

NameSummary
IsDisposedGets a value that indicates whether the object is disposed.

Methods

NameSummary
static CreateCreates a new group containing two disposable resources that are disposed together.
DisposeDisposes all disposables in the group.
Inherited members