Class NoRetryHandler
No retry handler, is an IRetryHandler implementation without retry
Implements
Inherited Members
Namespace: QarnotSDK
Assembly: QarnotSDK.dll
Syntax
public class NoRetryHandler : IRetryHandler, IDisposable
Constructors
NoRetryHandler()
NoRetryHandler constructor
Declaration
public NoRetryHandler()
Properties
MaxRetries
Maximum retry, 0 for NoRetryHandler
Declaration
public override int MaxRetries { get; set; }
Property Value
Type | Description |
---|---|
int |
Overrides
RetryInterval
Interval between retries, 0 for NoRetryHandler
Declaration
public override int RetryInterval { get; set; }
Property Value
Type | Description |
---|---|
int |