NotificationRegistrationsController.CreateWindowsRegistrationDescription Method

Definition

protected virtual Microsoft.ServiceBus.Notifications.RegistrationDescription CreateWindowsRegistrationDescription (string id, string platform, Microsoft.WindowsAzure.Mobile.Service.Notifications.NotificationRegistration registration);
abstract member CreateWindowsRegistrationDescription : string * string * Microsoft.WindowsAzure.Mobile.Service.Notifications.NotificationRegistration -> Microsoft.ServiceBus.Notifications.RegistrationDescription
override this.CreateWindowsRegistrationDescription : string * string * Microsoft.WindowsAzure.Mobile.Service.Notifications.NotificationRegistration -> Microsoft.ServiceBus.Notifications.RegistrationDescription
Protected Overridable Function CreateWindowsRegistrationDescription (id As String, platform As String, registration As NotificationRegistration) As RegistrationDescription

Parameters

id
String
platform
String

Returns

Microsoft.ServiceBus.Notifications.RegistrationDescription

Applies to