C# Class Flatwhite.WebApi.FlatwhiteStatusController

Status controller
Inheritance: ApiController
Afficher le fichier Open project: vanthoainguyen/Flatwhite Class Usage Examples

Méthodes publiques

Méthode Description
FlatwhiteStatusController ( ICacheStoreProvider cacheStoreProvider ) : System

Initialize an instance of FlatwhiteStatusController

Private Methods

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

Initialize an instance of FlatwhiteStatusController
public FlatwhiteStatusController ( ICacheStoreProvider cacheStoreProvider ) : System
cacheStoreProvider ICacheStoreProvider
Résultat System