 | IFulltextQueryOptionsTDocumentRetryCount Method |
The number of retries for a distributed query.
Namespace:
SphinxConnector.FluentApi
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
SyntaxIFulltextQueryOptions<TDocument> RetryCount(
int count
)
Function RetryCount (
count As Integer
) As IFulltextQueryOptions(Of TDocument)
Parameters
- count
- Type: SystemInt32
The number of retries.
Return Value
Type:
IFulltextQueryOptionsTDocumentThe current instance.
See Also