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 ( _
action As Action _
)
public void Invoke(
Action action
)
public:
void Invoke(
Action^ action
)
member Invoke :
action:Action -> unit
public function Invoke(
action : Action
)
Parameters
- action
Type: System.Action
.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.