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.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET