Utility.DelayWithBackoffAsync 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 System.Threading.Tasks.Task DelayWithBackoffAsync (int exponent, System.Threading.CancellationToken cancellationToken, TimeSpan? unit = default, TimeSpan? min = default, TimeSpan? max = default);
static member DelayWithBackoffAsync : int * System.Threading.CancellationToken * Nullable<TimeSpan> * Nullable<TimeSpan> * Nullable<TimeSpan> -> System.Threading.Tasks.Task
Public Function DelayWithBackoffAsync (exponent As Integer, cancellationToken As CancellationToken, Optional unit As Nullable(Of TimeSpan) = Nothing, Optional min As Nullable(Of TimeSpan) = Nothing, Optional max As Nullable(Of TimeSpan) = Nothing) As Task
Parameters
- exponent
- Int32
- cancellationToken
- CancellationToken
Returns
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET