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!

IMessageSink.NextSink

The next message sink held by this sink.

[Visual Basic]
ReadOnly Property NextSink As IMessageSink
[C#]
IMessageSink NextSink {get;}
[C++]
IMessageSink* get_NextSink() = 0;
[JScript]
abstract function get NextSink() : IMessageSink;

Property Value

The next message sink.

See Also

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