MarshalByRefObject.GetLifetimeService Метод

Определение

Внимание!

This Remoting API is not supported and throws PlatformNotSupportedException.

Извлекает объект обслуживания во время существования, который управляет политикой времени существования данного экземпляра.

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

Возвращаемое значение

Object

Объект типа ILease, используемый для управления политикой времени существования данного экземпляра.

Атрибуты

Исключения

У непосредственно вызывающего объекта отсутствует разрешение инфраструктуры.

Только .NET Core и .NET 5+: Во всех случаях.

Комментарии

Этот метод помечен как устаревший, начиная с .NET 5.

Дополнительные сведения о службах времени существования см. в LifetimeServices классе.

Применяется к