다음을 통해 공유


NotificationRegistrationIdsController 클래스

정의

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

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

생성자

NotificationRegistrationIdsController(ApiServices)

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

메서드

Post()

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

SubmitCreateAsync()

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

적용 대상