Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

PushNotificationCreateChannelResult Class

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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

Name Description
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


Feedback

Was this page helpful?