DiagnosticsController Class
This controller can be pinged to determine the status of the service and any dependencies. It reports status information provides by StatusReporter instances registered with the dependency injection engine.
Namespace: Microsoft.WindowsAzure.Mobile.Service.Controllers
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
Inheritance Hierarchy
System.Object
System.Web.Http.ApiController
Microsoft.WindowsAzure.Mobile.Service.Controllers.DiagnosticsController
Syntax
public class DiagnosticsController : ApiController
public ref class DiagnosticsController : ApiController
type DiagnosticsController =
class
inherit ApiController
end
Public Class DiagnosticsController
Inherits ApiController
Constructors
Name | Description | |
---|---|---|
DiagnosticsController(ApiServices) |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
Get() | ||
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsAzure.Mobile.Service.Controllers Namespace
Return to top