This documentation is archived and is not being maintained.
RetryManager::InvokeFunc 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 | |
|---|---|---|
|
InvokeFunc<TResult>(Func<TResult>) | Executes specified Func with retries. |
|
InvokeFunc<T, TResult>(Func<T, TResult>, T) | Executes specified Func with retries. |
|
InvokeFunc<T1, T2, TResult>(Func<T1, T2, TResult>, T1, T2) | Executes specified Func with retries. |
|
InvokeFunc<T1, T2, T3, TResult>(Func<T1, T2, T3, TResult>, T1, T2, T3) | Executes specified Func with retries. |
|
InvokeFunc<T1, T2, T3, T4, TResult>(Func<T1, T2, T3, T4, TResult>, T1, T2, T3, T4) | Executes specified Func with retries. |
Show: