IContributeObjectSink 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在远程处理调用的服务器端分配对象特定的侦听接收器。
此 API 支持产品基础结构,不能在代码中直接使用。
public interface class IContributeObjectSink
public interface IContributeObjectSink
[System.Runtime.InteropServices.ComVisible(true)]
public interface IContributeObjectSink
type IContributeObjectSink = interface
[<System.Runtime.InteropServices.ComVisible(true)>]
type IContributeObjectSink = interface
Public Interface IContributeObjectSink
- 属性
注解
接口 IContributeObjectSink 由类中的 Context 上下文属性实现,该类希望在远程处理调用的服务器端贡献特定于对象的拦截接收器。
服务器对象链由实现 IContributeObjectSink的服务器对象的上下文中的这些上下文属性组成。
方法
GetObjectSink(MarshalByRefObject, IMessageSink) |
此 API 支持产品基础结构,不能在代码中直接使用。 将所提供的服务器对象的消息接收器连接到给定的接收器链前面。 |