ConstantRetryPolicy.GetNextRetryDelay(RetryDelayParameters) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- retryDelayParameters
- RetryDelayParameters
The retry delay parameters to be used to calculate retry.
Maximum retry interval to back-off on transient errors
Azure SDK for .NET feedback
Azure SDK for .NET is an open source project. Select a link to provide feedback: