C# 클래스 AsyncObservables.SearchEngine.SearchEngineExample

파일 보기 프로젝트 열기: tamirdresher/RxInAction

공개 메소드들

메소드 설명
Search_ConcatingTasks ( string term ) : IObservable
Search_DefferedConcatingTasks ( string term ) : IObservable
Search_WithAsyncAwait ( string term ) : IObservable
Search_WithCancellation ( string term ) : IObservable

메소드 상세

Search_ConcatingTasks() 공개 정적인 메소드

public static Search_ConcatingTasks ( string term ) : IObservable
term string
리턴 IObservable

Search_DefferedConcatingTasks() 공개 정적인 메소드

public static Search_DefferedConcatingTasks ( string term ) : IObservable
term string
리턴 IObservable

Search_WithAsyncAwait() 공개 정적인 메소드

public static Search_WithAsyncAwait ( string term ) : IObservable
term string
리턴 IObservable

Search_WithCancellation() 공개 정적인 메소드

public static Search_WithCancellation ( string term ) : IObservable
term string
리턴 IObservable