Using Threads with XML for Windows Mobile

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

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

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

See Also

Other Resources

XML DOM Application Development