HttpNotificationChannel (Clase)
Jerarquía de herencia
System.Object
Microsoft.Phone.Notification.HttpNotificationChannel
Espacio de nombres: Microsoft.Phone.Notification
Ensamblado: Microsoft.Phone (en Microsoft.Phone.dll)
Sintaxis
'Declaración
Public Class HttpNotificationChannel _
Implements IDisposable
public class HttpNotificationChannel : IDisposable
public ref class HttpNotificationChannel : IDisposable
type HttpNotificationChannel =
class
interface IDisposable
end
El tipo HttpNotificationChannel expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
HttpNotificationChannel(String) | ||
HttpNotificationChannel(String, String) |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
ChannelName | ||
ChannelUri | ||
ConnectionStatus | ||
IsShellTileBound | ||
IsShellToastBound |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
BindToShellTile() | ||
BindToShellTile(Collection<Uri>) | ||
BindToShellToast | ||
Close | ||
Dispose | ||
Equals(Object) | Determina si el objeto especificado es igual al objeto actual. (Se hereda de Object). | |
Finalize | (Invalida a Object.Finalize()). | |
Find | ||
GetHashCode | Sirve como la función hash predeterminada. (Se hereda de Object). | |
GetType | Obtiene el objeto Type de la instancia actual. (Se hereda de Object). | |
MemberwiseClone | Crea una copia superficial del objeto Object actual. (Se hereda de Object). | |
Open | ||
ToString | Devuelve una cadena que representa el objeto actual. (Se hereda de Object). | |
UnbindToShellTile | ||
UnbindToShellToast |
Arriba
Eventos
Nombre | Descripción | |
---|---|---|
ChannelUriUpdated | ||
ConnectionStatusChanged | ||
ErrorOccurred | ||
HttpNotificationReceived | ||
ShellToastNotificationReceived |
Arriba
Información de versión
.NET para aplicaciones de Windows Phone
Compatible con: Windows Phone 8, Silverlight 8.1
Seguridad para subprocesos
Todos los miembros static (Shared en Visual Basic) públicos de este tipo son seguros para la ejecución de subprocesos. No se garantiza que los miembros de instancias sean seguros para la ejecución de subprocesos.