NotificationRegistrationsController.CreateRegistrationDescription Method

Definition

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

Parameters

registrationId
String

Returns

Microsoft.ServiceBus.Notifications.RegistrationDescription

Applies to