This documentation is archived and is not being maintained.
RetryManager::Invoke Method
Visual Studio 2013
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the 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. |
Show: