次の方法で共有


PushNotificationCreateChannelStatus 構造体

定義

CreateChannelAsync の呼び出しで開始されたプッシュ チャネル作成要求の状態情報を提供します。

/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.PushNotifications.PushNotificationsContract, 65536)]
struct PushNotificationCreateChannelStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.PushNotifications.PushNotificationsContract), 65536)]
public struct PushNotificationCreateChannelStatus
var pushNotificationCreateChannelStatus = {
status : /* Your value */,
extendedError : /* Your value */,
retryCount : /* Your value */
}
Public Structure PushNotificationCreateChannelStatus
継承
PushNotificationCreateChannelStatus
属性

フィールド

extendedError

チャネルの作成時に発生した最後の拡張エラー。

retryCount

プラットフォームによって行われた再試行の現在の回数。

status

プッシュ通知チャネルの現在の状態を指定する PushNotificationChannelStatus 列挙体のメンバー。

適用対象