 | SphinxClientExceptionShouldRetry Property |
Gets or sets a value indicating whether the client should retry later.
Namespace:
SphinxConnector.NativeApi
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic bool ShouldRetry { get; }
Public ReadOnly Property ShouldRetry As Boolean
Get
Property Value
Type:
Booleantrue if client should retry; otherwise,
false.
See Also