共用方式為


IContributeEnvoySink 介面

定義

在用戶端提供 Envoy 訊息接收。

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

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

備註

介面 IContributeEnvoySink 是由伺服器類別中 Context 想要在用戶端上貢獻 Envoy 訊息接收的內容屬性所實作。 伺服器 Envoy 鏈結是由實 IContributeEnvoySink作 的這些內容屬性所組成。 Envoy 鏈結位於用戶端,並作為伺服器內容屬性中對應訊息接收的代表。

方法

GetEnvoySink(MarshalByRefObject, IMessageSink)

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

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

適用於

另請參閱