C# Class Foundations.Program

Mostrar archivo Open project: ProfessionalCSharp/ProfessionalCSharp6

Public Methods

Method Description
TraceThreadAndTask ( string info ) : void

Private Methods

Method Description
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

Method Details

TraceThreadAndTask() public static method

public static TraceThreadAndTask ( string info ) : void
info string
return void