NotificationRegistrationIdsController Class

Definition

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

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

Constructors

NotificationRegistrationIdsController(ApiServices)

Methods

Post()
SubmitCreateAsync()

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

Applies to