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

Does all of the fixups, which were recorded.

[Visual Basic]
Overridable Public Sub DoFixups()
[C#]
public virtual void DoFixups();
[C++]
public: virtual void DoFixups();
[JScript]
public function DoFixups();

Exceptions

Exception Type Condition
SerializationException if any fixup cannot be successfully completed.

Remarks

The fixups are actually carried out by any appropriate surrogate, the object itself (if it implements ISerializable) or the default implementation.

See Also

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