VoipForegroundLifetimeAgent (Clase)
Jerarquía de herencia
System.Object
Microsoft.Phone.BackgroundAgent
Microsoft.Phone.Networking.Voip.VoipForegroundLifetimeAgent
Espacio de nombres: Microsoft.Phone.Networking.Voip
Ensamblado: Microsoft.Phone (en Microsoft.Phone.dll)
Sintaxis
'Declaración
Public MustInherit Class VoipForegroundLifetimeAgent _
Inherits BackgroundAgent
public abstract class VoipForegroundLifetimeAgent : BackgroundAgent
public ref class VoipForegroundLifetimeAgent abstract : public BackgroundAgent
[<AbstractClass>]
type VoipForegroundLifetimeAgent =
class
inherit BackgroundAgent
end
El tipo VoipForegroundLifetimeAgent expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
VoipForegroundLifetimeAgent |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Abort | (Se hereda de BackgroundAgent). | |
Equals(Object) | Determina si el objeto especificado es igual al objeto actual. (Se hereda de Object). | |
Finalize | Permite que un objeto intente liberar recursos y realizar otras operaciones de limpieza antes de ser reclamado por la recolección de elementos no utilizados. (Se hereda de Object). | |
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). | |
NotifyComplete | (Se hereda de BackgroundAgent). | |
OnCancel | (Se hereda de BackgroundAgent). | |
OnLaunched | ||
ToString | Devuelve una cadena que representa el objeto actual. (Se hereda de Object). |
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.