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 上下文属性实现的,这些属性希望在远程处理调用的服务器端的上下文边界处提供拦截接收器。

服务器上下文链由服务器上下文中的这些属性组成,这些属性通过使用 GetServerContextSink 方法调用实现 IContributeServerContextSink 和 贡献接收器。

序列化是此类上下文属性的一个示例。 在这种情况下,消息接收器将涉及在进一步处理调用之前获取同步基元锁。

方法

GetServerContextSink(IMessageSink)

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

将第一个接收器放入到目前为止组成的接收器链中,然后将其消息接收器连接到已经形成的链前面。

适用于