PushNotificationCreateChannelStatus Structure
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.
Fournit des informations d’état pour une demande de création de canal Push lancée avec un appel à 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
- Héritage
-
PushNotificationCreateChannelStatus
- Attributs
Champs
extendedError |
Dernière erreur étendue observée lors de la création du canal. |
retryCount |
Nombre actuel de nouvelles tentatives effectuées par la plateforme. |
status |
Membre de l’énumération PushNotificationChannelStatus spécifiant l’état actuel du canal de notification Push. |