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
ファイルを表示 Open project: robfe/PortableRx Class Usage Examples

Public Methods

Method 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 method

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

SerialDisposable() public method

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