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列舉的成員,指定推播通知通道的目前狀態。

適用於