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 Interface

Used to create a serialization surrogate selector class.

ISurrogateSelector

[Visual Basic]
Public Interface ISurrogateSelector
[C#]
public interface ISurrogateSelector
[C++]
public __gc __interface ISurrogateSelector

[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.

Classes that Implement ISurrogateSelector

Class Description
RemotingSurrogateSelector [To be supplied.]
SurrogateSelector Used by formatters to help chose which surrogates to delegate to.

Remarks

[To be supplied.]

Requirements

Namespace: System.Runtime.Serialization

Assembly: mscorlib.dll

See Also

ISurrogateSelector Members | System.Runtime.Serialization Namespace