Share via


ExponentialRetry.CreateInstance Method

Definition

Generates a new retry policy for the current request attempt.

public Microsoft.Azure.Cosmos.Table.IRetryPolicy CreateInstance ();
abstract member CreateInstance : unit -> Microsoft.Azure.Cosmos.Table.IRetryPolicy
override this.CreateInstance : unit -> Microsoft.Azure.Cosmos.Table.IRetryPolicy
Public Function CreateInstance () As IRetryPolicy

Returns

An IRetryPolicy object that represents the retry policy for the current request attempt.

Implements

Applies to