PushNotificationChannelStatus 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 プロパティを調べて、チャネル要求の作成時に表示される最後の拡張エラーを取得します。 |