MarkLogic XDBC.NET Library

IXdbcCommand.Cancel Method 

Cancel the execution of this XQuery statement.

[Visual Basic]
Sub Cancel()
[C#]
void Cancel();

Remarks

This method may not be supported by the XDBC driver or the XML database.

Exceptions

Exception TypeCondition
XdbcExceptionIf a database access error occurs

See Also

IXdbcCommand Interface | MarkLogic.Xdbc Namespace