 | SphinxClientRunQueries Method |
Runs the queries which have been added via the AddQuery method.
Namespace:
SphinxConnector.NativeApi
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntax
Remarks
No queries have been added to this instance.
An error occured while executing the queries. See exception message and inner exception
for details.
After succesful execution, the queries are removed from the (internal) list of scheduled queries. In case of an exception, the
queries are only removed if the exception was not thrown due to a network problem. In case of a network problem,
you can call RunQueries again to execute the queries.
See Also