Allows an action to be run and retried after a delay when an exception is thrown.
Namespace: DotNetNuke.Common.Utilities.Internal
Remarks
If the action never succeeds the final exception will be re-thrown for the caller to catch.
Assembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public class RetryableAction |
Visual Basic |
---|
Public Class RetryableAction |