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¶
| Name | Summary |
|---|---|
| .ctor |
Properties¶
| Name | Summary |
|---|---|
| IsDisposed | Gets a value that indicates whether the object is disposed. |
Methods¶
| Name | Summary |
|---|---|
| static Create | Creates a new group containing two disposable resources that are disposed together. |
| Dispose | Disposes all disposables in the group. |