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

Specifies the next ISurrogateSelector to be examined for surrogates if the current instance doesn't have a surrogate for the given type and assembly in the given context.

[Visual Basic]
Sub ChainSelector( _
   ByVal selector As ISurrogateSelector _
)
[C#]
void ChainSelector(
   ISurrogateSelector selector
);
[C++]
void ChainSelector(
   ISurrogateSelector* selector
) = 0;
[JScript]
function ChainSelector(
   selector : ISurrogateSelector
);

Parameters

selector
The next surrogate selector to examine.

See Also

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