次の方法で共有


IContributeObjectSink インターフェイス

定義

リモート処理呼び出しのサーバー エンドの、オブジェクト固有の傍受シンクを提供します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

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

注釈

インターフェイスは IContributeObjectSink 、リモート処理呼び出しのサーバー側で Context オブジェクト固有のインターセプト シンクを提供するクラスのコンテキスト プロパティによって実装されます。

サーバー オブジェクト チェーンは、 を実装 IContributeObjectSinkするサーバー オブジェクトのコンテキスト内のコンテキスト プロパティから構成されます。

メソッド

GetObjectSink(MarshalByRefObject, IMessageSink)

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

指定されたサーバー オブジェクトのメッセージ シンクを指定されたシンク チェーンの前につなげます。

適用対象