C# Class Corlib.ObservableExtensions

显示文件 Open project: GeorgeTsiokos/corlib

Public Methods

Method Description
ToObservable ( this asyncResult, System.TimeSpan timeout = null ) : IObservable

Converts the IAsyncResult to an obserable sequence

Method Details

ToObservable() public static method

Converts the IAsyncResult to an obserable sequence
public static ToObservable ( this asyncResult, System.TimeSpan timeout = null ) : IObservable
asyncResult this The asynchrous operation
timeout System.TimeSpan Optional timeout
return IObservable