TimeSpanExtensions Class
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.
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. |