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.GetDynamicSink

Returns the message sink that will be notified of call start and finish events through the IDynamicMessageSink interface.

[Visual Basic]
Function GetDynamicSink() As IDynamicMessageSink
[C#]
IDynamicMessageSink GetDynamicSink();
[C++]
IDynamicMessageSink* GetDynamicSink() = 0;
[JScript]
function GetDynamicSink() : IDynamicMessageSink;

Return Value

The dynamic sink that exposes IDynamicMessageSink

See Also

IContributeDynamicSink Interface | IContributeDynamicSink Members | System.Runtime.Remoting Namespace