PushNotificationCreateChannelResult 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示以呼叫 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
- 繼承
- 屬性
屬性
Channel |
取得成功呼叫 CreateChannelAsync所產生的推播通知通道。 |
ExtendedError |
取得通道建立期間看到的最後一個擴充錯誤。 |
Status |
取得呼叫 CreateChannelAsync所起始的推播通道建立要求狀態。 |