NotificationRegistrationsController.SubmitUpdateAsync Method (String, RegistrationDescription)
Invokes the NotificationHubClient in a mockable manner.
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
[DebuggerStepThroughAttribute] protected virtual Task SubmitUpdateAsync( string registrationId, RegistrationDescription description )
Parameters
- registrationId
-
Type:
System.String
The registration id.
- description
-
Type:
Microsoft.ServiceBus.Notifications.RegistrationDescription
The RegistrationDescription to update.
Show: