This documentation is archived and is not being maintained.

RetryManager::InvokeFunc<T1, T2, TResult> Method (Func<T1, T2, TResult>, T1, T2)

Executes specified Func with retries.

Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

public:
generic<typename T1, typename T2, typename TResult>
TResult InvokeFunc(
	Func<T1, T2, TResult>^ func, 
	T1 op1, 
	T2 op2
)

Type Parameters

T1
T2
TResult

Parameters

func
Type: System::Func<T1, T2, TResult>
op1
Type: T1
op2
Type: T2

Return Value

Type: TResult

Show: