C# Class Corlib.ObservableExtensions

Afficher le fichier Open project: GeorgeTsiokos/corlib

Méthodes publiques

Méthode Description
ToObservable ( this asyncResult, System.TimeSpan timeout = null ) : IObservable

Converts the IAsyncResult to an obserable sequence

Method Details

ToObservable() public static méthode

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
Résultat IObservable