PushNotificationCreateChannelResult 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
CreateChannelAsync 호출로 시작된 푸시 채널 만들기 요청의 결과를 나타냅니다.
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
- 상속
- 특성
속성
Channel |
CreateChannelAsync를 성공적으로 호출한 결과 푸시 알림 채널을 가져옵니다. |
ExtendedError |
채널을 만드는 동안 마지막으로 표시되는 확장 오류를 가져옵니다. |
Status |
CreateChannelAsync를 호출하여 시작된 푸시 채널 만들기 요청의 상태 가져옵니다. |