Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

The desktop implementation of the XML control gives you two threading options. The rental modelis designed for access by a single thread. This is the model that the DOMDocumentobject uses. The free-threaded model, used by the FreeThreadedDomDocumentobject is designed to be accessed by multiple threads.

Windows phones do not support the FreeThreadedDomDocumentor, by extension, the free-threading model. Take care when designing your system to ensure that each DOMDocumentobject is used only on the thread it was created on.

See Also