HttpNotificationChannel Methods
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The HttpNotificationChannel type exposes the following members.
| Name | Description | |
|---|---|---|
|
BindToShellTile | Binds the application’s default Tile with a notification subscription. The Tile can contain only local references for resources. |
|
BindToShellTile(Collection(Of Uri)) | Binds the Tile passed as the input parameter with a notification subscription. The Tile can contain either a local or remote resource reference. |
|
BindToShellToast | Binds a toast notification subscription to the HttpNotificationChannel class instance. |
|
Close | Closes a notification channel and disassociates all of the subscriptions associated with this instance of the HttpNotificationChannel class. |
|
Dispose | Disposes the class. |
|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Frees resources and performs cleanup operations before the class instance is reclaimed by garbage collection. (Overrides Object.Finalize.) |
|
Find | Finds a previously created notification channel. |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
Open | Opens a notification channel with the Microsoft Push Notification Service. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
|
UnbindToShellTile | Unbinds the active Tile notification subscription from the notification channel. |
|
UnbindToShellToast | Unbinds the active toast notification subscription from the notification channel. |
Show: