Edit

Share via


RetryManager.AwaitForNextAttempt Method

Definition

Overloads

AwaitForNextAttempt()
AwaitForNextAttempt(CancellationToken)

AwaitForNextAttempt()

public System.Threading.Tasks.Task AwaitForNextAttempt ();
member this.AwaitForNextAttempt : unit -> System.Threading.Tasks.Task
Public Function AwaitForNextAttempt () As Task

Returns

Applies to

AwaitForNextAttempt(CancellationToken)

public System.Threading.Tasks.Task AwaitForNextAttempt (System.Threading.CancellationToken cancellationToken);
member this.AwaitForNextAttempt : System.Threading.CancellationToken -> System.Threading.Tasks.Task

Parameters

cancellationToken
CancellationToken

Returns

Applies to