Method that allows thread to sleep until next retry meant for unit testing purposes
Namespace: DotNetNuke.Common.Utilities.InternalAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
| C# |
|---|
public static Action<int> SleepAction { get; set; } |
| Visual Basic |
|---|
Public Shared Property SleepAction As Action(Of Integer) Get Set |