PushNotificationChannelStatus 열거형
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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 속성을 확인하여 채널 요청을 만들 때 표시되는 마지막 확장 오류를 가져옵니다. |