IContributeDynamicSink 接口
定义
指示实现属性将在运行时通过 RegisterDynamicProperty(IDynamicProperty, ContextBoundObject, Context) 方法注册。Indicates that the implementing property will be registered at runtime through the RegisterDynamicProperty(IDynamicProperty, ContextBoundObject, Context) method.
此 API 支持产品基础结构,不能在代码中直接使用。
public interface class IContributeDynamicSink
public interface IContributeDynamicSink
[System.Runtime.InteropServices.ComVisible(true)]
public interface IContributeDynamicSink
type IContributeDynamicSink = interface
[<System.Runtime.InteropServices.ComVisible(true)>]
type IContributeDynamicSink = interface
Public Interface IContributeDynamicSink
- 属性
注解
当远程处理调用开始和完成时,动态属性可以提供接收通知的接收器。Dynamic properties can contribute sinks that are notified when remoting calls start and finish.
方法
| GetDynamicSink() |
此 API 支持产品基础结构,不能在代码中直接使用。 通过 IDynamicMessageSink 接口返回在发生启动调用事件和结束调用事件时会收到通知的消息接收器。Returns the message sink that will be notified of call start and finish events through the IDynamicMessageSink interface. |