PushNotificationCreateChannelResult Classe

Définition

Représente le résultat d’une demande de création de canal Push lancée avec un appel à CreateChannelAsync.

public ref class PushNotificationCreateChannelResult sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.PushNotifications.PushNotificationsContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class PushNotificationCreateChannelResult final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.PushNotifications.PushNotificationsContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class PushNotificationCreateChannelResult
Public NotInheritable Class PushNotificationCreateChannelResult
Héritage
Object Platform::Object IInspectable PushNotificationCreateChannelResult
Attributs

Propriétés

Channel

Obtient le canal de notification Push résultant d’un appel réussi à CreateChannelAsync.

ExtendedError

Obtenez la dernière erreur étendue observée lors de la création du canal.

Status

Obtient la status d’une demande de création de canal Push lancée avec un appel à CreateChannelAsync.

S’applique à