Show / Hide Table of Contents

Class NoRetryHandler

No retry handler, is an IRetryHandler implementation without retry

Inheritance
object
HttpMessageHandler
DelegatingHandler
IRetryHandler
NoRetryHandler
Implements
IDisposable
Inherited Members
IRetryHandler.DefaultRetryInterval
IRetryHandler.DefaultMaxRetry
IRetryHandler.TransientStatusCodes
IRetryHandler.SendAsync(HttpRequestMessage, CancellationToken)
IRetryHandler.Dispose(bool)
DelegatingHandler.InnerHandler
HttpMessageHandler.Dispose()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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
IRetryHandler.MaxRetries

RetryInterval

Interval between retries, 0 for NoRetryHandler

Declaration
public override int RetryInterval { get; set; }
Property Value
Type Description
int
Overrides
IRetryHandler.RetryInterval

Implements

IDisposable
In this article
Back to top Generated by DocFX