PushNotificationCreateChannelResult Class

Definition

Represents the result of a push channel creation request initiated with a call to 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
Inheritance
Object Platform::Object IInspectable PushNotificationCreateChannelResult
Attributes

Properties

Channel

Gets the push notification channel resulting from a successful call to CreateChannelAsync.

ExtendedError

Get the last extended error seen during channel creation.

Status

Gets the status of a push channel creation request initiated with a call to CreateChannelAsync.

Applies to