C# Class PortableRx.Reactive.Disposables.SerialDisposable

Represents a disposable resource whose underlying disposable resource can be replaced by another disposable resource, causing automatic disposal of the previous underlying disposable resource.
Inheritance: ICancelable
Afficher le fichier Open project: robfe/PortableRx Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void

Disposes the underlying disposable as well as all future replacements.

SerialDisposable ( ) : System

Initializes a new instance of the T:Catch.Reactive.Disposables.SerialDisposable class.

Method Details

Dispose() public méthode

Disposes the underlying disposable as well as all future replacements.
public Dispose ( ) : void
Résultat void

SerialDisposable() public méthode

Initializes a new instance of the T:Catch.Reactive.Disposables.SerialDisposable class.
public SerialDisposable ( ) : System
Résultat System