PushNotificationCreateChannelStatus 構造体
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 列挙体のメンバー。 |