다음을 통해 공유


PushNotificationChannelStatus 열거형

정의

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
상속
PushNotificationChannelStatus
특성

필드

CompletedFailure 3

푸시 채널 만들기 요청이 심각한 내부 오류로 실패했습니다. PushNotificationCreateChannelResult.ExtendedError 속성을 확인하여 채널 요청을 만들 때 표시되는 마지막 확장 오류를 가져옵니다.

CompletedSuccess 2

푸시 채널 만들기 요청이 정상적으로 완료되었습니다.

InProgress 0

푸시 채널 만들기 요청이 진행 중입니다.

InProgressRetry 1

푸시 채널 만들기 요청이 진행 중이며 백오프 다시 시도 상태입니다. PushNotificationCreateChannelResult.ExtendedError 속성을 확인하여 채널 요청을 만들 때 표시되는 마지막 확장 오류를 가져옵니다.

적용 대상