Share via


DelayStrategy.CreateFixedDelayStrategy(Nullable<TimeSpan>) Method

Definition

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

delay
Nullable<TimeSpan>

The delay to use.

Returns

The DelayStrategy instance.

Applies to