Share via


ConstantRetryPolicy.GetNextRetryDelay(RetryDelayParameters) Method

Definition

Gets the maximum interval to back-off before retrying in-case of Transient errors

public TimeSpan GetNextRetryDelay (Microsoft.ServiceFabric.Services.Communication.Client.RetryDelayParameters retryDelayParameters);
abstract member GetNextRetryDelay : Microsoft.ServiceFabric.Services.Communication.Client.RetryDelayParameters -> TimeSpan
override this.GetNextRetryDelay : Microsoft.ServiceFabric.Services.Communication.Client.RetryDelayParameters -> TimeSpan
Public Function GetNextRetryDelay (retryDelayParameters As RetryDelayParameters) As TimeSpan

Parameters

retryDelayParameters
RetryDelayParameters

The retry delay parameters to be used to calculate retry.

Returns

Maximum retry interval to back-off on transient errors

Implements

Applies to