次の方法で共有


NotificationRegistrationsController.SubmitGetAsync(String) メソッド

定義

Microsoft.ServiceBus.Notifications.NotificationHubClientをモック可能な方法で呼び出します。

protected virtual System.Threading.Tasks.Task<Microsoft.WindowsAzure.Mobile.Service.Notifications.NotificationRegistration> SubmitGetAsync (string registrationId);
abstract member SubmitGetAsync : string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Mobile.Service.Notifications.NotificationRegistration>
override this.SubmitGetAsync : string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Mobile.Service.Notifications.NotificationRegistration>
Protected Overridable Function SubmitGetAsync (registrationId As String) As Task(Of NotificationRegistration)

パラメーター

registrationId
String

登録 ID。

戻り値

Task操作を表す 。

適用対象