TimeSpanExtensions.WithRandomNoise(TimeSpan, Double) Method
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.
public static TimeSpan WithRandomNoise (this TimeSpan delay, double multiplier = 0.1);
static member WithRandomNoise : TimeSpan * double -> TimeSpan
<Extension()>
Public Function WithRandomNoise (delay As TimeSpan, Optional multiplier As Double = 0.1) As TimeSpan
Parameters
- delay
- TimeSpan
- multiplier
- Double