HttpNotificationChannel.ChannelUriUpdated Event

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

Returns the URI associated with the notification channel.

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

Syntax

Public Event ChannelUriUpdated As EventHandler(Of NotificationChannelUriEventArgs)
public event EventHandler<NotificationChannelUriEventArgs> ChannelUriUpdated

Remarks

This event is raised when the application first receives the notification channel URI from the Microsoft Push Notification Service, or when the notification channel URI is changed.

Capabilities

If you use this API in your app, you must specify the following capabilities in the app manifest. Otherwise, your app might not work correctly or it might exit unexpectedly.

ID_CAP_PUSH_NOTIFICATION

Windows Phone 8, Windows Phone OS 7.1

For more info, see App capabilities and hardware requirements 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