Allows an action to be run and retried after a delay when an exception is thrown.

Remarks

If the action never succeeds the final exception will be re-thrown for the caller to catch.

Namespace: DotNetNuke.Common.Utilities.Internal
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public class RetryableAction
Visual Basic
Public Class RetryableAction

Inheritance Hierarchy

System..::..Object
  DotNetNuke.Common.Utilities.Internal..::..RetryableAction

See Also