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

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

Syntax

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

Parameters

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

See Also