Microsoft.WindowsAzure.Mobile.Service.Controllers Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
ContentController |
The content controller provides content such as CSS style sheets, images, etc. |
CrossDomainController |
This controller returns files that support cross-domain communication for older browsers. |
DiagnosticsController |
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. |
HelpController | |
HomeController | |
JobsController |
The JobsController executes a IScheduledJob identified by a name. Requests to the JobsController are either sent automatically from a cloud service or manually from a client. |
LoginController | |
NotificationRegistrationIdsController |
Defines an endpoint for managing registration IDs for a Notification Hub associated with this service. |
NotificationRegistrationsController |
Defines an endpoint for managing registrations for a Notification Hub associated with this service. |
StatusController |
This controller can be pinged to determine whether the service is online. |
Azure SDK for .NET