HttpNotificationChannel.Open Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Opens a notification channel with the Microsoft Push Notification Service.

Namespace:  Microsoft.Phone.Notification
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

Public Sub Open
public void Open()

Remarks

This notification channel is not active until a notification URI is received from the Push Notification Service.

For information about ArgumentException or InvalidOperationException exceptions raised by this method, see Setting up your app to receive push notifications for Windows Phone 8.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

HttpNotificationChannel Class

Microsoft.Phone.Notification Namespace