NotificationRegistrationsController.SubmitUpdateAsync Method (String, RegistrationDescription)

 

Invokes the NotificationHubClient in a mockable manner.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Controllers
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.

Return Value

Type: System.Threading.Tasks.Task

A Task representing the operation.

Return to top
Show: