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!

RemotingSurrogateSelector.ChainSelector

Specifies the next TBD 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]
Overridable Public Sub ChainSelector( _
   ByVal selector As ISurrogateSelector _
)
[C#]
public virtual void ChainSelector(
   ISurrogateSelector selector
);
[C++]
public: virtual void ChainSelector(
   ISurrogateSelector* selector
);
[JScript]
public function ChainSelector(
   selector : ISurrogateSelector
);

Parameters

selector
The next ISurrogateSelector to examine.

See Also

RemotingSurrogateSelector Class | RemotingSurrogateSelector Members | System.Runtime.Remoting Namespace