CompositeDisposable Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides a composite disposable that disposes multiple disposable objects together.
public class CompositeDisposable : IDisposable
type CompositeDisposable = class
interface IDisposable
Public Class CompositeDisposable
Implements IDisposable
- Inheritance
-
CompositeDisposable
- Implements
Constructors
| Name | Description |
|---|---|
| CompositeDisposable(IDisposable[]) |
Initializes a new instance of the CompositeDisposable class. |
Methods
| Name | Description |
|---|---|
| Dispose() |
Disposes all managed disposable objects. |