C# Class MultipleAsyncInOne.APIs.CarsController

Inheritance: ApiController
显示文件 Open project: tugberkugurlu/ProWebAPI.Samples

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
AllCars ( ) : Task>
AllCarsInParallel ( ) : Task>
getCars ( string uri ) : Task>

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void