NotificationRegistrationsController.SubmitGetByDeviceIdAsync Method (String)
Invokes the NotificationHubClient in a mockable manner.
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
[DebuggerStepThroughAttribute] protected virtual Task<ICollection<NotificationRegistration>> SubmitGetByDeviceIdAsync( string deviceId )
Parameters
- deviceId
-
Type:
System.String
The device id.
Return Value
Type: System.Threading.Tasks.Task<ICollection<NotificationRegistration>>A Task representing the operation.
Show: