 | IFulltextQueryOptionsTDocumentMaxQueryTime Method |
Set the maximum execution time for a query.
Namespace: SphinxConnector.FluentApiAssembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
SyntaxIFulltextQueryOptions<TDocument> MaxQueryTime(
TimeSpan timeSpan
)
Function MaxQueryTime (
timeSpan As TimeSpan
) As IFulltextQueryOptions(Of TDocument)
Parameters
- timeSpan
- Type: SystemTimeSpan
The maximum execution time.
Return Value
Type:
IFulltextQueryOptionsTDocumentThe current instance.
See Also