XmlQueryContext::interruptQuery

#include <DbXml.hpp>

void XmlQueryContext::interruptQuery();

The XmlQueryContext::interruptQuery method interrupts a running query that was started using this object.

This call must be made in the context of another thread of control in the application. The query will terminate and throw the an XmlException with the Exception code XmlException::OPERATION_INTERRUPTED.

Class

XmlQueryContext

See Also

XmlQueryContext Methods