次の方法で共有


NotificationRegistrationsController.SubmitGetByDeviceIdAsync(String) メソッド

定義

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

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

パラメーター

deviceId
String

デバイス ID。

戻り値

Task操作を表す 。

適用対象