Click or drag to resize
SphinxClientExceptionShouldRetry Property
Gets or sets a value indicating whether the client should retry later.

Namespace: SphinxConnector.NativeApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
public bool ShouldRetry { get; }

Property Value

Type: Boolean
true if client should retry; otherwise, false.
See Also