AsyncObservables.Program.SearchingWithAsyncAwait C# (CSharp) 메소드

SearchingWithAsyncAwait() 공개 정적인 메소드

public static SearchingWithAsyncAwait ( ) : void
리턴 void
        public static void SearchingWithAsyncAwait()
        {
            Demo.DisplayHeader("Creating async observable with async-await");

            var results = SearchEngineExample.Search_WithAsyncAwait("Rx");
            results.RunExample("search async-await");
        }