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!

ObjectManager Constructor

Initialize a new instance of the ObjectManager class.

[Visual Basic]
Public Sub New( _
   ByVal selector As ISurrogateSelector, _
   ByVal context As StreamingContext _
)
[C#]
public ObjectManager(
   ISurrogateSelector selector,
   StreamingContext context
);
[C++]
public: ObjectManager(
   ISurrogateSelector* selector,
   StreamingContext context
);
[JScript]
public function ObjectManager(
   selector : ISurrogateSelector,
   context : StreamingContext
);

Parameters

selector
The surrogate selector to use.
context
The streaming context.

See Also

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