C# Class AsyncObservables.SearchEngine.SearchEngineExample

Afficher le fichier Open project: tamirdresher/RxInAction

Méthodes publiques

Méthode Description
Search_ConcatingTasks ( string term ) : IObservable
Search_DefferedConcatingTasks ( string term ) : IObservable
Search_WithAsyncAwait ( string term ) : IObservable
Search_WithCancellation ( string term ) : IObservable

Method Details

Search_ConcatingTasks() public static méthode

public static Search_ConcatingTasks ( string term ) : IObservable
term string
Résultat IObservable

Search_DefferedConcatingTasks() public static méthode

public static Search_DefferedConcatingTasks ( string term ) : IObservable
term string
Résultat IObservable

Search_WithAsyncAwait() public static méthode

public static Search_WithAsyncAwait ( string term ) : IObservable
term string
Résultat IObservable

Search_WithCancellation() public static méthode

public static Search_WithCancellation ( string term ) : IObservable
term string
Résultat IObservable