MarkLogic XDBC.NET Library

IXdbcCommand.QueryTimeout Property

The maximum number of seconds the driver will wait for an IXdbcCommand to execute.

[Visual Basic]
Property QueryTimeout As Integer
[C#]
int QueryTimeout {get; set;}

Remarks

After this number of seconds, an XdbcException is thrown.

Exceptions

Exception TypeCondition
XdbcException Thrown when the amount of time a command is executing exceeds this value.

See Also

IXdbcCommand Interface | MarkLogic.Xdbc Namespace