DelayStrategy.CreateFixedDelayStrategy(Nullable<TimeSpan>) 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.
Constructs a fixed delay with jitter.
public static Azure.Core.DelayStrategy CreateFixedDelayStrategy (TimeSpan? delay = default);
static member CreateFixedDelayStrategy : Nullable<TimeSpan> -> Azure.Core.DelayStrategy
Public Shared Function CreateFixedDelayStrategy (Optional delay As Nullable(Of TimeSpan) = Nothing) As DelayStrategy
Parameters
Returns
The DelayStrategy instance.