NotificationRegistrationsController::PutRegistration Method (String^, NotificationRegistration^)
Namespace:
Microsoft.WindowsAzure.Mobile.Service.Controllers
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
public:
[DebuggerStepThroughAttribute]
Task<HttpResponseMessage^>^ PutRegistration(
String^ registrationId,
NotificationRegistration^ registration
)
Return Value
Type: System.Threading.Tasks::Task<HttpResponseMessage^>^
Show: