MetadataName.RetryAfter Property
Definition
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.
Metadata put on a failed lease acquisition to specify when to retry acquiring a lease. For example, used in TokenBucketRateLimiter which periodically replenishes leases.
public static System.Threading.RateLimiting.MetadataName<TimeSpan> RetryAfter { get; }
static member RetryAfter : System.Threading.RateLimiting.MetadataName<TimeSpan>
Public Shared ReadOnly Property RetryAfter As MetadataName(Of TimeSpan)