TimeSpanExtensions Class

Definition

Extention methods for the TimeSpan class.

public static class TimeSpanExtensions
type TimeSpanExtensions = class
Public Module TimeSpanExtensions
Inheritance
TimeSpanExtensions

Methods

WithJitter(TimeSpan, Double)

Generates a uniform distribution between zero and ten percent of the proposed delay and adds it to the delay as random noise to distribute requests across time.

Applies to