Method | Description | |
---|---|---|
AllCounters ( ) : System.Web.Mvc.ActionResult | ||
CollectDataJob ( string jobId ) : System.Web.Mvc.ActionResult | ||
ReadCounter ( string id ) : System.Web.Mvc.ActionResult | ||
Update ( string id, int value ) : System.Web.Mvc.ActionResult |
public AllCounters ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public CollectDataJob ( string jobId ) : System.Web.Mvc.ActionResult | ||
jobId | string | |
return | System.Web.Mvc.ActionResult |
public ReadCounter ( string id ) : System.Web.Mvc.ActionResult | ||
id | string | |
return | System.Web.Mvc.ActionResult |
public Update ( string id, int value ) : System.Web.Mvc.ActionResult | ||
id | string | |
value | int | |
return | System.Web.Mvc.ActionResult |