Table of Contents

Class NoRetry

Namespace
Microsoft.Azure.Cosmos.Table
Assembly
Microsoft.Azure.Cosmos.Table.dll
public sealed class NoRetry : IRetryPolicy
Inheritance
NoRetry
Implements
Inherited Members

Constructors

NoRetry()

public NoRetry()

Methods

CreateInstance()

public IRetryPolicy CreateInstance()

Returns

IRetryPolicy

ShouldRetry(int, int, Exception, out TimeSpan, OperationContext)

public bool ShouldRetry(int currentRetryCount, int statusCode, Exception lastException, out TimeSpan retryInterval, OperationContext operationContext)

Parameters

currentRetryCount int
statusCode int
lastException Exception
retryInterval TimeSpan
operationContext OperationContext

Returns

bool