Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Executes specified action with retries.
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
)
public:
generic<typename T>
void Invoke(
Action<T>^ action,
T op
)
member Invoke :
action:Action<'T> *
op:'T -> unit
JScript does not support generic types or methods.
Type Parameters
- T
Parameters
- action
Type: System.Action<T>
- op
Type: T
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.