次の方法で共有


NotificationRegistrationsController.PutRegistration メソッド

定義

public System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> PutRegistration (string registrationId, Microsoft.WindowsAzure.Mobile.Service.Notifications.NotificationRegistration registration);
member this.PutRegistration : string * Microsoft.WindowsAzure.Mobile.Service.Notifications.NotificationRegistration -> System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage>
Public Function PutRegistration (registrationId As String, registration As NotificationRegistration) As Task(Of HttpResponseMessage)

パラメーター

registrationId
String

戻り値

適用対象