SerialDisposable Class
Represents a disposable whose underlying disposable can be swapped for another disposable which causes the previous underlying disposable to be disposed.
Namespace: System.Reactive.Disposables
Assembly: System.Reactive (in System.Reactive.dll)
The SerialDisposable type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Disposable | Gets or sets the underlying disposable. |
![]() | IsDisposed | Gets a value indicating whether the object is disposed. |
| Name | Description | |
|---|---|---|
![]() | Dispose | Disposes the underlying disposable as well as all future replacements. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
