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