다음을 통해 공유


PushNotificationCreateChannelResult.Status 속성

정의

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

public:
 property PushNotificationChannelStatus Status { PushNotificationChannelStatus get(); };
PushNotificationChannelStatus Status();
public PushNotificationChannelStatus Status { get; }
var pushNotificationChannelStatus = pushNotificationCreateChannelResult.status;
Public ReadOnly Property Status As PushNotificationChannelStatus

속성 값

푸시 채널 만들기 요청의 상태.

적용 대상