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 参照してください。

適用対象