EventHubsRetryOptions Class

Definition

The set of options that can be specified to influence how retry attempts are made, and a failure is eligible to be retried.

public class EventHubsRetryOptions
type EventHubsRetryOptions = class
Public Class EventHubsRetryOptions
Inheritance
EventHubsRetryOptions

Constructors

EventHubsRetryOptions()

Properties

CustomRetryPolicy

A custom retry policy to be used in place of the individual option values.

Delay

The delay between retry attempts for a fixed approach or the delay on which to base calculations for a backoff-based approach.

MaximumDelay

The maximum permissible delay between retry attempts.

MaximumRetries

The maximum number of retry attempts before considering the associated operation to have failed.

Mode

The approach to use for calculating retry delays.

TryTimeout

The maximum duration to wait for completion of a single attempt, whether the initial attempt or a retry.

Applies to