PushNotificationCreateChannelResult.Status 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取通过调用 CreateChannelAsync 发起的推送通道创建请求的状态。
public:
property PushNotificationChannelStatus Status { PushNotificationChannelStatus get(); };
PushNotificationChannelStatus Status();
public PushNotificationChannelStatus Status { get; }
var pushNotificationChannelStatus = pushNotificationCreateChannelResult.status;
Public ReadOnly Property Status As PushNotificationChannelStatus
属性值
推送通道创建请求的状态。