Freigeben über


RetryManager.Invoke<T>-Methode (Action<T>, T)

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

Syntax

'Declaration
Public Sub Invoke(Of T) ( _
    action As Action(Of T), _
    op As T _
)
public void Invoke<T>(
    Action<T> action,
    T op
)

Typparameter

  • T

Parameter

  • op
    Typ: T

.NET Framework-Sicherheit

Siehe auch

Referenz

RetryManager Klasse

Invoke-Überladung

Microsoft.TeamFoundation.Common-Namespace