PushNotificationCreateChannelResult Klasse

Definition

Stellt das Ergebnis einer Pushkanalerstellungsanforderung dar, die mit einem Aufruf von CreateChannelAsync initiiert wurde.

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
Vererbung
Object Platform::Object IInspectable PushNotificationCreateChannelResult
Attribute

Eigenschaften

Name Beschreibung
Channel

Ruft den Pushbenachrichtigungskanal ab, der sich aus einem erfolgreichen Aufruf von CreateChannelAsync ergibt.

ExtendedError

Rufen Sie den letzten erweiterten Fehler ab, der während der Kanalerstellung angezeigt wird.

Status

Ruft den Status einer Pushkanalerstellungsanforderung ab, die mit einem Aufruf von CreateChannelAsync initiiert wurde.

Gilt für: