PushNotificationCreateChannelStatus Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |