C# Class Flatwhite.WebApi.FlatwhiteStatusController

Status controller
Inheritance: ApiController
ファイルを表示 Open project: vanthoainguyen/Flatwhite Class Usage Examples

Public Methods

Method Description
FlatwhiteStatusController ( ICacheStoreProvider cacheStoreProvider ) : System

Initialize an instance of FlatwhiteStatusController

Private Methods

Method Description
FlatwhiteStatusController ( ) : System
GetObjectSize ( object obj ) : int

Calculates the lenght in bytes of an object and returns the size

Phoenix ( ) : Task
Store ( int id ) : Task

Method Details

FlatwhiteStatusController() public method

Initialize an instance of FlatwhiteStatusController
public FlatwhiteStatusController ( ICacheStoreProvider cacheStoreProvider ) : System
cacheStoreProvider ICacheStoreProvider
return System