RetryDoT Method (FuncT, 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 T Do<T>(
	Func<T> action,
	Action beforeRetry = null
)

Parameters

action
Type: SystemFuncT
beforeRetry (Optional)
Type: SystemAction

Type Parameters

T

Return Value

Type: T
See Also