IContributeEnvoySink 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在用戶端提供 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 支援此產品基礎結構,但無法直接用於程式碼之中。 取得目前已撰寫之接收鏈結中的第一個接收,然後將它的訊息接收鏈結到已經形成的鏈結前面。 |