C# Class Promises.HttpServerAsyncAwait

Datei anzeigen Open project: KjellSchubert/promise-future-task

Public Methods

Method Description
run ( ) : void
runAsync ( ) : void

Private Methods

Method Description
processRequestAsync ( HttpListenerRequest request, HttpListenerResponse response ) : Task
simulatedDatabaseRequestAsync ( ) : Task

Method Details

run() public static method

public static run ( ) : void
return void

runAsync() public static method

public static runAsync ( ) : void
return void