DefaultCallbackRetryPolicy class

Default implementation of ICallbackRetryPolicy using exponential backoff with jitter.

public sealed class DefaultCallbackRetryPolicy : ICallbackRetryPolicy

Public Members

name description
DefaultCallbackRetryPolicy(…) Initializes a new instance of the DefaultCallbackRetryPolicy class with the specified options.
Evaluate(…) Evaluates the given callback request and result to determine the retry decision.

Remarks

Initializes a new instance of the DefaultCallbackRetryPolicy class.

See Also