PushNotificationChannelStatus Énumération

Définition

Spécifie la status d’un canal Push créé avec un appel à CreateChannelAsync.

public enum class PushNotificationChannelStatus
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.PushNotifications.PushNotificationsContract, 65536)]
enum class PushNotificationChannelStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.PushNotifications.PushNotificationsContract), 65536)]
public enum PushNotificationChannelStatus
var value = Microsoft.Windows.PushNotifications.PushNotificationChannelStatus.inProgress
Public Enum PushNotificationChannelStatus
Héritage
PushNotificationChannelStatus
Attributs

Champs

CompletedFailure 3

La demande de création de canal Push a échoué avec une erreur interne critique. Vérifiez la propriété PushNotificationCreateChannelResult.ExtendedError pour obtenir la dernière erreur étendue rencontrée lors de la création d’une demande de canal.

CompletedSuccess 2

La demande de création de canal push s’est terminée avec succès.

InProgress 0

La demande de création de canal Push est en cours.

InProgressRetry 1

La demande de création de canal Push est en cours et se trouve dans un état de nouvelle tentative d’interruption. Vérifiez la propriété PushNotificationCreateChannelResult.ExtendedError pour obtenir la dernière erreur étendue rencontrée lors de la création d’une demande de canal.

S’applique à