PushClient.CreateNotification(IPushMessage) Method

Definition

Creates a Microsoft.ServiceBus.Notifications.Notification from a IPushMessage.

protected virtual Microsoft.ServiceBus.Notifications.Notification CreateNotification (Microsoft.WindowsAzure.Mobile.Service.Notifications.IPushMessage message);
abstract member CreateNotification : Microsoft.WindowsAzure.Mobile.Service.Notifications.IPushMessage -> Microsoft.ServiceBus.Notifications.Notification
override this.CreateNotification : Microsoft.WindowsAzure.Mobile.Service.Notifications.IPushMessage -> Microsoft.ServiceBus.Notifications.Notification
Protected Overridable Function CreateNotification (message As IPushMessage) As Notification

Parameters

message
IPushMessage

The IPushMessage to create the Microsoft.ServiceBus.Notifications.Notification from.

Returns

Microsoft.ServiceBus.Notifications.Notification

The resulting Microsoft.ServiceBus.Notifications.Notification.

Applies to