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!

SurrogateSelector.GetNextSelector

Get the next selector on the chain of selectors.

[Visual Basic]
Overridable Public Function GetNextSelector() As ISurrogateSelector
[C#]
public virtual ISurrogateSelector GetNextSelector();
[C++]
public: virtual ISurrogateSelector* GetNextSelector();
[JScript]
public function GetNextSelector() : ISurrogateSelector;

See Also

SurrogateSelector Class | SurrogateSelector Members | System.Runtime.Serialization Namespace