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 枚举的成员,指定推送通知通道的当前状态。

适用于