This documentation is archived and is not being maintained.

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

Executes specified Func with retries.

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

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

Type Parameters

TResult

Parameters

func
Type: System::Func<TResult>

Return Value

Type: TResult

Show: