This documentation is archived and is not being maintained.

RetryManager::Invoke<T1, T2, T3> Method (Action<T1, T2, T3>, T1, T2, T3)

Executes specified action with retries.

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

public:
generic<typename T1, typename T2, typename T3>
void Invoke(
	Action<T1, T2, T3>^ action, 
	T1 op1, 
	T2 op2, 
	T3 op3
)

Type Parameters

T1
T2
T3

Parameters

action
Type: System::Action<T1, T2, T3>
op1
Type: T1
op2
Type: T2
op3
Type: T3

Show: