IEnvoyInfo インターフェイス

定義

エンボイ情報を提供します。

public interface class IEnvoyInfo
public interface IEnvoyInfo
[System.Runtime.InteropServices.ComVisible(true)]
public interface IEnvoyInfo
type IEnvoyInfo = interface
[<System.Runtime.InteropServices.ComVisible(true)>]
type IEnvoyInfo = interface
Public Interface IEnvoyInfo
属性

注釈

このインターフェイスを使用して、 ObjRef オブジェクトと共に実行されるカスタムの使者情報を提供します。

現在のインターフェイスを実装するクラスは、オブジェクトを表すプロキシの作成時に再生成されるメッセージ シンクのシリアル化されたチェーンを保持します。 このような機能は、バインドされたオブジェクト型 Context にのみ使用され、トランザクションなどのランタイム サービスを提供するオブジェクトのグループを表します。

プロパティ

名前 説明
EnvoySinks

オブジェクトがマーシャリングされたときにサーバー コンテキストとオブジェクト チェーンによって提供されたエンボイの一覧を取得または設定します。

適用対象