次の方法で共有


PushClient.CreateNotification(IPushMessage) メソッド

定義

IPushMessage から Notification を作成します。

protected virtual Microsoft.Azure.NotificationHubs.Notification CreateNotification(Microsoft.Azure.Mobile.Server.Notifications.IPushMessage message);
abstract member CreateNotification : Microsoft.Azure.Mobile.Server.Notifications.IPushMessage -> Microsoft.Azure.NotificationHubs.Notification
override this.CreateNotification : Microsoft.Azure.Mobile.Server.Notifications.IPushMessage -> Microsoft.Azure.NotificationHubs.Notification
Protected Overridable Function CreateNotification (message As IPushMessage) As Notification

パラメーター

message
IPushMessage

IPushMessage作成元の Notification

戻り値

結果として得られる Notification

適用対象