Поделиться через


PushNotificationCreateChannelResult Класс

Определение

Представляет результат запроса на создание канала push-уведомлений, инициированного вызовом 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

Возвращает канал push-уведомлений, полученный в результате успешного вызова CreateChannelAsync.

ExtendedError

Возвращает последнюю расширенную ошибку, обнаруженную во время создания канала.

Status

Возвращает состояние запроса на создание push-канала, инициированного вызовом CreateChannelAsync.

Применяется к