C# Class ClientApp.Program

Show file Open project: ProfessionalCSharp/ProfessionalCSharp6

Public Methods

Method Description
Main ( ) : void

Private Methods

Method Description
GetCalculator ( string addinPath ) : object
InitListener ( IEnumerable sources ) : void
Main ( string args ) : void
ParallelRequestSample ( ) : void
ProcessTaskAsync ( int x ) : Task
ReflectionNew ( string addinPath ) : void
ReflectionOld ( string addinPath ) : void
ShowUsage ( ) : void
StartSendRequest ( ) : void

Method Details

Main() public static method

public static Main ( ) : void
return void