Skip to main content

ResQ.Blockchain.NeoClientOptions

NeoClientOptions.MaxRetryAttempts Property

Gets or sets the maximum number of retry attempts for failed transactions.

Property Value

System.Int32
The maximum retry attempts. Default is 3.

Example

Remarks

If a blockchain transaction fails due to transient errors (network issues, temporary node unavailability), the client will retry up to this many times before giving up. Set to 0 to disable retries.