Share via


Microsoft.WindowsAzure.Mobile.Service.Controllers Namespace

 

Classes

Class Description
System_CAPS_pubclass ContentController

The content controller provides content such as CSS style sheets, images, etc.

System_CAPS_pubclass CrossDomainController

This controller returns files that support cross-domain communication for older browsers.

System_CAPS_pubclass 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.

System_CAPS_pubclass HelpController

System_CAPS_pubclass HomeController

System_CAPS_pubclass 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.

System_CAPS_pubclass LoginController

System_CAPS_pubclass NotificationRegistrationIdsController

Defines an endpoint for managing registration IDs for a Notification Hub associated with this service.

System_CAPS_pubclass NotificationRegistrationsController

Defines an endpoint for managing registrations for a Notification Hub associated with this service.

System_CAPS_pubclass StatusController

This controller can be pinged to determine whether the service is online.

Return to top