 | IFulltextQueryOptions<TDocument>.RetryCount 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: System.Int32
The number of retries.
Return Value
Type:
IFulltextQueryOptions<TDocument>The current instance.
See Also