PushNotificationChannelStatus Énumération
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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. |