XmlContainerConfig::setThreaded

#include <DbXml.hpp>

void XmlContainerConfig::setThreaded(bool value) 

Causes the container handle to be free-threaded; that is, concurrently usable by multiple threads in the address space. If multiple threads access a container that does not have this property set the results are unpredictable. The default value is false.

Parameters

value

Set to true if multiple threads will use the container.

Class

XmlContainerConfig

See Also

XmlContainerConfig Methods