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: 5.3.0
Syntax
public bool ShouldRetry { get; }

Property Value

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