RetryDo Method (Action, Action)
|
Alterian Email Manager 6.2.3 SDK Help File Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic static void Do(
Action action,
Action beforeRetry = null
)
Public Shared Sub Do (
action As Action,
Optional beforeRetry As Action = Nothing
)
public:
static void Do(
Action^ action,
Action^ beforeRetry = nullptr
)
static member Do :
action : Action *
?beforeRetry : Action
(* Defaults:
let _beforeRetry = defaultArg beforeRetry null
*)
-> unit
DMLibrary.Retry.Do = function(action, beforeRetry);
Parameters
- action
- Type: SystemAction
- beforeRetry (Optional)
- Type: SystemAction
See Also