C# 클래스 Foundations.Program

파일 보기 프로젝트 열기: ProfessionalCSharp/ProfessionalCSharp6

공개 메소드들

메소드 설명
TraceThreadAndTask ( string info ) : void

비공개 메소드들

메소드 설명
BeginGreeting ( string name, AsyncCallback callback, object state ) : IAsyncResult
CallerWithAsync ( ) : void
CallerWithAsync2 ( ) : void
CallerWithAwaiter ( ) : void
CallerWithContinuationTask ( ) : void
ConvertingAsyncPattern ( ) : void
EndGreeting ( IAsyncResult ar ) : string
Greeting ( string name ) : string
GreetingAsync ( string name ) : Task
Main ( string args ) : void
MultipleAsyncMethods ( ) : void
MultipleAsyncMethodsWithCombinators1 ( ) : void
MultipleAsyncMethodsWithCombinators2 ( ) : void
Usage ( ) : void

메소드 상세

TraceThreadAndTask() 공개 정적인 메소드

public static TraceThreadAndTask ( string info ) : void
info string
리턴 void