MarshalByRefObject.GetLifetimeService Método

Definição

Cuidado

This Remoting API is not supported and throws PlatformNotSupportedException.

Recupera o objeto de serviço de tempo de vida atual que controla a política de ciclo de vida para esta instância.

public:
 System::Object ^ GetLifetimeService();
public:
 virtual System::Object ^ GetLifetimeService();
[System.Obsolete("This Remoting API is not supported and throws PlatformNotSupportedException.", DiagnosticId="SYSLIB0010", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
public object GetLifetimeService ();
public object GetLifetimeService ();
[System.Security.SecurityCritical]
public object GetLifetimeService ();
[<System.Obsolete("This Remoting API is not supported and throws PlatformNotSupportedException.", DiagnosticId="SYSLIB0010", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
member this.GetLifetimeService : unit -> obj
member this.GetLifetimeService : unit -> obj
abstract member GetLifetimeService : unit -> obj
override this.GetLifetimeService : unit -> obj
[<System.Security.SecurityCritical>]
abstract member GetLifetimeService : unit -> obj
override this.GetLifetimeService : unit -> obj
Public Function GetLifetimeService () As Object

Retornos

Object

Um objeto do tipo ILease usado para controlar a política de tempo de vida para esta instância.

Atributos

Exceções

O chamador imediato não tem permissão de infraestrutura.

Somente .NET Core e .NET 5+: Em todos os casos.

Comentários

Esse método é marcado como obsoleto a partir do .NET 5.

Para obter mais informações sobre serviços de tempo de vida, consulte a LifetimeServices classe .

Aplica-se a