次の方法で共有


PushNotificationChannelStatus 列挙型

定義

CreateChannelAsync の呼び出しで作成されたプッシュ チャネルの状態を指定します。

public enum class PushNotificationChannelStatus
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.PushNotifications.PushNotificationsContract, 65536)]
enum class PushNotificationChannelStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.PushNotifications.PushNotificationsContract), 65536)]
public enum PushNotificationChannelStatus
var value = Microsoft.Windows.PushNotifications.PushNotificationChannelStatus.inProgress
Public Enum PushNotificationChannelStatus
継承
PushNotificationChannelStatus
属性

フィールド

CompletedFailure 3

プッシュ チャネル作成要求が重大な内部エラーで失敗しました。 PushNotificationCreateChannelResult.ExtendedError プロパティを調べて、チャネル要求の作成時に表示される最後の拡張エラーを取得します。

CompletedSuccess 2

プッシュ チャネル作成要求が正常に完了しました。

InProgress 0

プッシュ チャネル作成要求が進行中です。

InProgressRetry 1

プッシュ チャネル作成要求は進行中で、バックオフ再試行状態です。 PushNotificationCreateChannelResult.ExtendedError プロパティを調べて、チャネル要求の作成時に表示される最後の拡張エラーを取得します。

適用対象