IContributeClientContextSink 接口

定义

在远程处理调用的客户端端的上下文边界提供拦截接收器。

此 API 支持产品基础结构,不能在代码中直接使用。

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

注解

接口 IContributeClientContextSink 由类中的 Context 上下文属性实现,该类希望在远程处理调用的客户端端的上下文边界上提供拦截接收器。

客户端上下文链由实现 IContributeClientContextSink的客户端上下文中的这些属性组成,该属性通过 GetClientContextSink 方法调用为接收器做出贡献。 此链将缓存以供将来使用。

方法

名称 说明
GetClientContextSink(IMessageSink)

此 API 支持产品基础结构,不能在代码中直接使用。

采用到目前为止构成的接收器链中的第一个接收器,然后在已形成链前链接其消息接收器。

适用于