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