Click or drag to resize

IFulltextQueryOptions<TDocument>.RetryCount Method

The number of retries for a distributed query.

Namespace:  SphinxConnector.FluentApi
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntax
IFulltextQueryOptions<TDocument> RetryCount(
	int count
)

Parameters

count
Type: System.Int32
The number of retries.

Return Value

Type: IFulltextQueryOptions<TDocument>
The current instance.
See Also