Click or drag to resize
IFulltextQueryOptionsTDocumentRetryDelay Method
The delay between retries for a distributed query.

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

Parameters

timeSpan
Type: SystemTimeSpan
The delay between retries.

Return Value

Type: IFulltextQueryOptionsTDocument
The current instance.
See Also