Click or drag to resize

IFulltextQueryOptionsTDocumentRetryDelay Method

The delay between retries for a distributed query.

Namespace:  SphinxConnector.FluentApi
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
IFulltextQueryOptions<TDocument> RetryDelay(
	TimeSpan timeSpan
)

Parameters

timeSpan
Type: SystemTimeSpan
The delay between retries.

Return Value

Type: IFulltextQueryOptionsTDocument
The current instance.
See Also