MarshalByRefObject.GetLifetimeService Metoda

Definice

Upozornění

This Remoting API is not supported and throws PlatformNotSupportedException.

Načte aktuální objekt služby životnosti, který řídí zásady životnosti pro tuto instanci.

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

Návraty

Object

Objekt typu, ILease který slouží k řízení zásad životnosti pro tuto instanci.

Atributy

Výjimky

Bezprostřední volající nemá oprávnění k infrastruktuře.

Jenom .NET Core a .NET 5+: Ve všech případech.

Poznámky

Tato metoda je ve verzi .NET 5 označena jako zastaralá.

Další informace o službách životnosti najdete v třídě LifetimeServices .

Platí pro