你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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 操作的 。

适用于