RetryManager.InvokeFunc<T, TResult>, méthode (Func<T, TResult>, T)
Espace de noms : Microsoft.TeamFoundation.Common
Assembly : Microsoft.TeamFoundation.Common (dans Microsoft.TeamFoundation.Common.dll)
Syntaxe
'Déclaration
Public Function InvokeFunc(Of T, TResult) ( _
func As Func(Of T, TResult), _
op As T _
) As TResult
public TResult InvokeFunc<T, TResult>(
Func<T, TResult> func,
T op
)
Paramètres de type
- T
- TResult
Paramètres
- func
Type : System.Func<T, TResult>
- op
Type : T
Valeur de retour
Type : TResult
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.