你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PushClient.CreateNotification(IPushMessage) 方法

定义

Microsoft.ServiceBus.Notifications.Notification 创建一个 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

参数

message
IPushMessage

IPushMessage 从中创建 的 Microsoft.ServiceBus.Notifications.Notification

返回

Microsoft.ServiceBus.Notifications.Notification

生成的 Microsoft.ServiceBus.Notifications.Notification

适用于