NotificationHubRetryPolicy Class

Definition

An abstract representation of a policy to govern retrying of messaging operations.

public abstract class NotificationHubRetryPolicy
type NotificationHubRetryPolicy = class
Public MustInherit Class NotificationHubRetryPolicy
Inheritance
NotificationHubRetryPolicy

Remarks

It is recommended that developers without advanced needs not implement custom retry policies but instead configure the default policy by specifying the desired set of retry options when creating one of the Service Bus clients.

Constructors

NotificationHubRetryPolicy()

Methods

CalculateRetryDelay(Exception, Int32)

Calculates the amount of time to wait before another attempt should be made.

Applies to

See also