HttpNotificationChannel Constructor (String)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Creates a notification channel. The application will identify the notification channel using the channelName value.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
Parameters
- channelName
- Type: System.String
The name that the application uses to identify the notification channel instance. One channel name is supported per application.
Show: