This documentation is archived and is not being maintained.

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

Executes specified action with retries.

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

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

Type Parameters

T1
T2

Parameters

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

Show: