summaryM:DotNetNuke.Common.Utilities.Internal.RetryableAction.Retry5TimesWith2SecondsDelay(System.Action,System.String)

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

Syntax

C#
public static void Retry5TimesWith2SecondsDelay(
	Action action,
	string description
)
Visual Basic
Public Shared Sub Retry5TimesWith2SecondsDelay ( 
	action As Action,
	description As String
)

Parameters

action
Type: System..::..Action
paramactionM:DotNetNuke.Common.Utilities.Internal.RetryableAction.Retry5TimesWith2SecondsDelay(System.Action,System.String)
description
Type: System..::..String
paramdescriptionM:DotNetNuke.Common.Utilities.Internal.RetryableAction.Retry5TimesWith2SecondsDelay(System.Action,System.String)

See Also