NotificationHubRetryPolicy Class
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.
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. |