NotificationRegistrationsController.SubmitGetAsync Method (String)

 

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<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.

Return to top
Show: