NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IContributeDynamicSink Interface

The IContributeDynamicSink interface is implemented by properties that are registered at runtime through the RemotingServicesRegisterDynamicProperty API. These properties can contribute sinks that are notified when remoting calls start and finish.

IContributeDynamicSink

[Visual Basic]
Public Interface IContributeDynamicSink
[C#]
public interface IContributeDynamicSink
[C++]
public __gc __interface IContributeDynamicSink

[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.

Remarks

[To be supplied.]

Requirements

Namespace: System.Runtime.Remoting

Assembly: mscorlib.dll

See Also

IContributeDynamicSink Members | System.Runtime.Remoting Namespace