IContributeDynamicSink Interface

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Indicates that the implementing property will be registered at runtime through the RegisterDynamicProperty method.

Namespace:   System.Runtime.Remoting.Contexts
Assembly:  mscorlib (in mscorlib.dll)

[ComVisibleAttribute(true)]
public interface class IContributeDynamicSink

NameDescription
System_CAPS_pubmethodGetDynamicSink()

This API supports the product infrastructure and is not intended to be used directly from your code. Returns the message sink that will be notified of call start and finish events through the IDynamicMessageSink interface.

Dynamic properties can contribute sinks that are notified when remoting calls start and finish.

.NET Framework
Available since 1.1
Return to top
Show: