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