Share via


ServicePartitionResolver.DefaultMaxRetryBackoffInterval Field

Definition

The default maximum back-off time used by ServicePartitionResolver's ResolveAsync method before retrying, when it is invoked without explicitly specifying the maxRetryBackoffInterval argument. The default value is 5 seconds.

public static readonly TimeSpan DefaultMaxRetryBackoffInterval;
 staticval mutable DefaultMaxRetryBackoffInterval : TimeSpan
Public Shared ReadOnly DefaultMaxRetryBackoffInterval As TimeSpan 

Field Value

Applies to