Notes
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
1/6/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 Embedded CE-based devices 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.