Click or drag to resize
PerfController Methods

The PerfController type exposes the following members.

Methods
  Name Description
Public method All
List all performance variables
Public method Avg
Get the avg value of a performance variable in the current environment
Protected method BadRequest (Inherited from ApiController.)
Protected method BadRequest(String) (Inherited from ApiController.)
Protected method BadRequest(ModelStateDictionary) (Inherited from ApiController.)
Protected method Conflict (Inherited from ApiController.)
Protected method Content``1(HttpStatusCode, UMP) (Inherited from ApiController.)
Protected method Content``1(HttpStatusCode, UMP, MediaTypeFormatter) (Inherited from ApiController.)
Protected method Content``1(HttpStatusCode, UMP, MediaTypeFormatter, String) (Inherited from ApiController.)
Protected method Content``1(HttpStatusCode, UMP, MediaTypeFormatter, MediaTypeHeaderValue) (Inherited from ApiController.)
Protected method Created``1(String, UMP) (Inherited from ApiController.)
Protected method Created``1(Uri, UMP) (Inherited from ApiController.)
Protected method CreatedAtRoute``1(String, Object, UMP) (Inherited from ApiController.)
Protected method CreatedAtRoute``1(String, IDictionaryString, Object, UMP) (Inherited from ApiController.)
Public method Dispose (Inherited from ApiController.)
Protected method Dispose(Boolean) (Inherited from ApiController.)
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public method ExecuteAsync (Inherited from ApiController.)
Public method FetchAll
List all performance variables and the values
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method First
Get the first value of a performance variable in the current environment
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method Initialize (Inherited from ApiController.)
Protected method InternalServerError (Inherited from ApiController.)
Protected method InternalServerError(Exception) (Inherited from ApiController.)
Protected method Json``1(UMP) (Inherited from ApiController.)
Protected method Json``1(UMP, JsonSerializerSettings) (Inherited from ApiController.)
Protected method Json``1(UMP, JsonSerializerSettings, Encoding) (Inherited from ApiController.)
Public method Last
Get the last value of a performance variable in the current environment
Public method Max
Get the maximun value of a performance variable in the current environment
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method Min
Get the minimum value of a performance variable in the current environment
Protected method NotFound (Inherited from ApiController.)
Protected method Ok (Inherited from ApiController.)
Protected method Ok``1(UMP) (Inherited from ApiController.)
Protected method Redirect(String) (Inherited from ApiController.)
Protected method Redirect(Uri) (Inherited from ApiController.)
Protected method RedirectToRoute(String, Object) (Inherited from ApiController.)
Protected method RedirectToRoute(String, IDictionaryString, Object) (Inherited from ApiController.)
Protected method ResponseMessage (Inherited from ApiController.)
Protected method StatusCode (Inherited from ApiController.)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected method Unauthorized(AuthenticationHeaderValue) (Inherited from ApiController.)
Protected method Unauthorized(IEnumerableAuthenticationHeaderValue) (Inherited from ApiController.)
Public method Validate``1(UMP) (Inherited from ApiController.)
Public method Validate``1(UMP, String) (Inherited from ApiController.)
Top
Extension Methods
See Also