Freigeben über


PushClient.CreateNotification(IPushMessage) Methode

Definition

Erstellt ein Microsoft.ServiceBus.Notifications.Notification aus einem 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

Parameter

message
IPushMessage

Der IPushMessage , aus der erstellt werden Microsoft.ServiceBus.Notifications.Notification soll.

Gibt zurück

Microsoft.ServiceBus.Notifications.Notification

Das resultierende Microsoft.ServiceBus.Notifications.Notification.

Gilt für: