This documentation is archived and is not being maintained.

RetryManager::Invoke<T> Method (Action<T>, T)

Executes specified action with retries.

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

public:
generic<typename T>
void Invoke(
	Action<T>^ action, 
	T op
)

Type Parameters

T

Parameters

action
Type: System::Action<T>
op
Type: T

Show: