다음을 통해 공유


NotificationRegistrationsController 클래스

정의

이 서비스와 연결된 Notification Hub에 대한 등록을 관리하기 위한 엔드포인트를 정의합니다.

[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
상속
NotificationRegistrationsController
특성
System.Web.Http.Description.ApiExplorerSettingsAttribute

생성자

NotificationRegistrationsController(ApiServices)

이 서비스와 연결된 Notification Hub에 대한 등록을 관리하기 위한 엔드포인트를 정의합니다.

메서드

CreateAppleRegistrationDescription(String, NotificationRegistration)

이 서비스와 연결된 Notification Hub에 대한 등록을 관리하기 위한 엔드포인트를 정의합니다.

CreateGoogleRegistrationDescription(String, NotificationRegistration)

이 서비스와 연결된 Notification Hub에 대한 등록을 관리하기 위한 엔드포인트를 정의합니다.

CreateNotificationRegistration(RegistrationDescription)

이 서비스와 연결된 Notification Hub에 대한 등록을 관리하기 위한 엔드포인트를 정의합니다.

CreateRegistrationDescription(String, NotificationRegistration)

이 서비스와 연결된 Notification Hub에 대한 등록을 관리하기 위한 엔드포인트를 정의합니다.

CreateWindowsRegistrationDescription(String, String, NotificationRegistration)

이 서비스와 연결된 Notification Hub에 대한 등록을 관리하기 위한 엔드포인트를 정의합니다.

DeleteRegistration(String)

이 서비스와 연결된 Notification Hub에 대한 등록을 관리하기 위한 엔드포인트를 정의합니다.

GetPlatformNotSupportedResponse(String)

이 서비스와 연결된 Notification Hub에 대한 등록을 관리하기 위한 엔드포인트를 정의합니다.

GetRegistration(String)

이 서비스와 연결된 Notification Hub에 대한 등록을 관리하기 위한 엔드포인트를 정의합니다.

GetRegistrationFromDeviceId(String)

이 서비스와 연결된 Notification Hub에 대한 등록을 관리하기 위한 엔드포인트를 정의합니다.

IsStatusCode(Exception, HttpStatusCode)

이 서비스와 연결된 Notification Hub에 대한 등록을 관리하기 위한 엔드포인트를 정의합니다.

PutRegistration(String, NotificationRegistration)

이 서비스와 연결된 Notification Hub에 대한 등록을 관리하기 위한 엔드포인트를 정의합니다.

SubmitDeleteAsync(String)

모의 Microsoft.ServiceBus.Notifications.NotificationHubClient 방식으로 을 호출합니다.

SubmitGetAsync(String)

모의 Microsoft.ServiceBus.Notifications.NotificationHubClient 방식으로 을 호출합니다.

SubmitGetByDeviceIdAsync(String)

모의 Microsoft.ServiceBus.Notifications.NotificationHubClient 방식으로 을 호출합니다.

SubmitUpdateAsync(String, RegistrationDescription)

모의 Microsoft.ServiceBus.Notifications.NotificationHubClient 방식으로 을 호출합니다.

적용 대상