C# Class Foundations.Program

Afficher le fichier Open project: ProfessionalCSharp/ProfessionalCSharp6

Méthodes publiques

Méthode Description
TraceThreadAndTask ( string info ) : void

Private Methods

Méthode 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 méthode

public static TraceThreadAndTask ( string info ) : void
info string
Résultat void