PushClient.CreateNotification(IPushMessage) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET