PushNotificationChannel.Uri Property
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.
Gets the URI representing the push notification channel.
public:
property Uri ^ Uri { Uri ^ get(); };
Uri Uri();
public System.Uri Uri { get; }
var uri = pushNotificationChannel.uri;
Public ReadOnly Property Uri As Uri
Property Value
Remarks
Your cloud service uses this URI to send a notification to the device, invoking PushReceived event if the process is already running or launching a new process if it is not.