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!

IDynamicMessageSink Interface

IDynamicMessageSink is implemented by message sinks provided by dynamically registered properties. These sinks are provided notifications of call-start and call-finish with flags indicating whether the call is currently on the client-side or server-side (this is useful for the context level sinks).

IDynamicMessageSink

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

[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

IDynamicMessageSink Members | System.Runtime.Remoting Namespace