PushClient.CreateNotification(IPushMessage) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.