PushNotificationCreateChannelStatus Struct

Definition

Provides status information for a push channel creation request initiated with a call to 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
Inheritance
PushNotificationCreateChannelStatus
Attributes

Fields

extendedError

The last extended error seen during channel creation.

retryCount

The current count of retry attempts made by the platform.

status

A member of the PushNotificationChannelStatus enumeration specifying the current status of the push notification channel.

Applies to