HRESULT Ref([in] BSTR id, [in] ISOAPNode * idNode);
If the deserialization engine finds a reference to a multi-reference value, then it initially calls the ChildRef method, once it finds the actual mutli-reference value, it will then call Ref passing in the node that represent the value. If the multi-ref value has already been de-serialized, then the call to Ref will immediately follow the call to ChildRef.
Throw an error to stop the de-serialization process, the error will be returned to the client.
Copyright © Simon Fell, 2000-2004. All rights reserved.