Bagikan melalui


PushNotificationChannelStatus Enum

Definisi

Menentukan status saluran push yang dibuat dengan panggilan ke CreateChannelAsync.

public enum class PushNotificationChannelStatus
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.PushNotifications.PushNotificationsContract, 65536)]
enum class PushNotificationChannelStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.PushNotifications.PushNotificationsContract), 65536)]
public enum PushNotificationChannelStatus
var value = Microsoft.Windows.PushNotifications.PushNotificationChannelStatus.inProgress
Public Enum PushNotificationChannelStatus
Warisan
PushNotificationChannelStatus
Atribut

Bidang

CompletedFailure 3

Permintaan pembuatan saluran push gagal dengan kesalahan internal yang penting. Periksa properti PushNotificationCreateChannelResult.ExtendedError untuk mendapatkan kesalahan terakhir yang diperluas yang terlihat saat membuat permintaan saluran.

CompletedSuccess 2

Permintaan pembuatan saluran push berhasil diselesaikan.

InProgress 0

Permintaan pembuatan saluran push sedang berlangsung.

InProgressRetry 1

Permintaan pembuatan saluran push sedang berlangsung dan dalam status coba lagi backoff. Periksa properti PushNotificationCreateChannelResult.ExtendedError untuk mendapatkan kesalahan terakhir yang diperluas yang terlihat saat membuat permintaan saluran.

Berlaku untuk