RetryManager.Invoke Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Invoke(Action) | Executes specified action with retries. | |
Invoke<T>(Action<T>, T) | Executes specified action with retries. | |
Invoke<T1, T2>(Action<T1, T2>, T1, T2) | Executes specified action with retries. | |
Invoke<T1, T2, T3>(Action<T1, T2, T3>, T1, T2, T3) | Executes specified action with retries. | |
Invoke<T1, T2, T3, T4>(Action<T1, T2, T3, T4>, T1, T2, T3, T4) | Executes specified action with retries. |
Top