Partager via


PushClient.CreateNotification(IPushMessage) Méthode

Définition

Crée un Microsoft.ServiceBus.Notifications.Notification à partir de 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

Paramètres

message
IPushMessage

IPushMessage à partir duquel créer le Microsoft.ServiceBus.Notifications.Notification .

Retours

Microsoft.ServiceBus.Notifications.Notification

Microsoft.ServiceBus.Notifications.Notification obtenu.

S’applique à