RetryDo Method (Action, Action)

Alterian Email Manager 6.2.3 SDK Help File

Namespace:  DMLibrary
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
public static void Do(
	Action action,
	Action beforeRetry = null
)

Parameters

action
Type: SystemAction
beforeRetry (Optional)
Type: SystemAction
See Also