CompositeDisposable Methods
From RxJS
|
|
| .NET Framework Class Library |
| CompositeDisposable Methods |
| CompositeDisposable Class See Also Send Feedback |
The CompositeDisposable type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add |
Adds a disposable to the CompositeDisposable or disposes the disposable if the CompositeDisposable is disposed.
| |
| Clear |
Removes and disposes all disposables from the CompositeDisposable, but does not dispose the CompositeDisposable.
| |
| Dispose |
Disposes all disposables in the group and removes them from the group.
| |
| GetCount |
Gets the number of disposables contained in the CompositeDisposable.
| |
| GetType | (Inherited from Object.) | |
| Remove |
Removes and disposes the first occurrence of a disposable from the CompositeDisposable.
| |
| ToLocaleString | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |