StatusController Class
This controller can be pinged to determine whether the service is online.
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.StatusController
Syntax
public class StatusController : ApiController
public ref class StatusController : ApiController
type StatusController =
class
inherit ApiController
end
Public Class StatusController
Inherits ApiController
Constructors
Name | Description | |
---|---|---|
StatusController() |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
Get() | Gets the current status of the service. |
|
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