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!

ISurrogateSelector.GetNextSelector

Returns the next surrogate selector in the chain.

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

Return Value

The next surrogate selector, or a null reference (in Visual Basic Nothing) if there is none.

See Also

ISurrogateSelector Interface | ISurrogateSelector Members | System.Runtime.Serialization Namespace