PushNotificationCreateChannelStatus Struktur

Definition

Stellt status Informationen für eine Pushkanalerstellungsanforderung bereit, die mit einem Aufruf von CreateChannelAsync initiiert wurde.

/// [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
Vererbung
PushNotificationCreateChannelStatus
Attribute

Felder

extendedError

Der letzte erweiterte Fehler, der während der Kanalerstellung aufgetreten ist.

retryCount

Die aktuelle Anzahl von Wiederholungsversuchen, die von der Plattform durchgeführt wurden.

status

Ein Member der PushNotificationChannelStatus-Enumeration, die die aktuelle status des Pushbenachrichtigungskanals angibt.

Gilt für: