NotificationRegistrationsController Class

Definition

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

[System.Web.Http.Description.ApiExplorerSettings(IgnoreApi=true)]
public class NotificationRegistrationsController : System.Web.Http.ApiController
[<System.Web.Http.Description.ApiExplorerSettings(IgnoreApi=true)>]
type NotificationRegistrationsController = class
    inherit ApiController
Public Class NotificationRegistrationsController
Inherits ApiController
Inheritance
NotificationRegistrationsController
Attributes
System.Web.Http.Description.ApiExplorerSettingsAttribute

Constructors

NotificationRegistrationsController(ApiServices)

Methods

CreateAppleRegistrationDescription(String, NotificationRegistration)
CreateGoogleRegistrationDescription(String, NotificationRegistration)
CreateNotificationRegistration(RegistrationDescription)
CreateRegistrationDescription(String, NotificationRegistration)
CreateWindowsRegistrationDescription(String, String, NotificationRegistration)
DeleteRegistration(String)
GetPlatformNotSupportedResponse(String)
GetRegistration(String)
GetRegistrationFromDeviceId(String)
IsStatusCode(Exception, HttpStatusCode)
PutRegistration(String, NotificationRegistration)
SubmitDeleteAsync(String)

Invokes the Microsoft.ServiceBus.Notifications.NotificationHubClient in a mockable manner.

SubmitGetAsync(String)

Invokes the Microsoft.ServiceBus.Notifications.NotificationHubClient in a mockable manner.

SubmitGetByDeviceIdAsync(String)

Invokes the Microsoft.ServiceBus.Notifications.NotificationHubClient in a mockable manner.

SubmitUpdateAsync(String, RegistrationDescription)

Invokes the Microsoft.ServiceBus.Notifications.NotificationHubClient in a mockable manner.

Applies to