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 は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

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

適用対象