This documentation is archived and is not being maintained.

RetryManager::InvokeFunc<T, TResult> Method (Func<T, TResult>, T)

Executes specified Func with retries.

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

public:
generic<typename T, typename TResult>
TResult InvokeFunc(
	Func<T, TResult>^ func, 
	T op
)

Type Parameters

T
TResult

Parameters

func
Type: System::Func<T, TResult>
op
Type: T

Return Value

Type: TResult

Show: