Compartilhar via


PushClient.CreateNotification(IPushMessage) Método

Definição

Cria um Microsoft.ServiceBus.Notifications.Notification de um 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

Parâmetros

message
IPushMessage

O IPushMessage do qual criar o Microsoft.ServiceBus.Notifications.Notification .

Retornos

Microsoft.ServiceBus.Notifications.Notification

O Microsoft.ServiceBus.Notifications.Notification resultante.

Aplica-se a