Compartir a través de


PushNotificationCreateChannelResult Clase

Definición

Representa el resultado de una solicitud de creación de canal de inserción iniciada con una llamada a 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
Herencia
Object Platform::Object IInspectable PushNotificationCreateChannelResult
Atributos

Propiedades

Channel

Obtiene el canal de notificación push resultante de una llamada correcta a CreateChannelAsync.

ExtendedError

Obtenga el último error extendido detectado durante la creación del canal.

Status

Obtiene el estado de una solicitud de creación de canal de inserción iniciada con una llamada a CreateChannelAsync.

Se aplica a