Freigeben über


RetryManager.InvokeFunc<TResult>-Methode (Func<TResult>)

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

Syntax

'Declaration
Public Function InvokeFunc(Of TResult) ( _
    func As Func(Of TResult) _
) As TResult
public TResult InvokeFunc<TResult>(
    Func<TResult> func
)

Typparameter

  • TResult

Parameter

Rückgabewert

Typ: TResult

.NET Framework-Sicherheit

Siehe auch

Referenz

RetryManager Klasse

InvokeFunc-Überladung

Microsoft.TeamFoundation.Common-Namespace