다음을 통해 공유


PushNotificationCreateChannelResult 클래스

정의

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
상속
Object Platform::Object IInspectable PushNotificationCreateChannelResult
특성

속성

Channel

CreateChannelAsync를 성공적으로 호출한 결과 푸시 알림 채널을 가져옵니다.

ExtendedError

채널을 만드는 동안 마지막으로 표시되는 확장 오류를 가져옵니다.

Status

CreateChannelAsync를 호출하여 시작된 푸시 채널 만들기 요청의 상태 가져옵니다.

적용 대상