共用方式為


IContributeServerContextSink 介面

定義

在遠端呼叫之伺服器端的內容界限處提供攔截接收。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

public interface class IContributeServerContextSink
public interface IContributeServerContextSink
[System.Runtime.InteropServices.ComVisible(true)]
public interface IContributeServerContextSink
type IContributeServerContextSink = interface
[<System.Runtime.InteropServices.ComVisible(true)>]
type IContributeServerContextSink = interface
Public Interface IContributeServerContextSink
衍生
屬性

備註

介面 IContributeServerContextSink 是由類別中的 Context 內容屬性所實作,而該類別想要在遠端呼叫伺服器端的內容界限上參與攔截接收。

伺服器內容鏈結是由實 IContributeServerContextSink 作的伺服器內容中的這些屬性所組成,並使用 方法呼叫來參與接收 GetServerContextSink

串行化是這類內容屬性的範例。 在此情況下,訊息接收會牽涉到先取得同步處理基本鎖定,再進一步處理呼叫。

方法

GetServerContextSink(IMessageSink)

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

取得目前已撰寫之接收鏈結中的第一個接收,然後將它的訊息接收鏈結到已經形成的鏈結前面。

適用於