Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.VisualStudio.Services.WebApi
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Public Sub Invoke ( _
action As Action, _
<OutAttribute> ByRef remainingRetries As Integer _
)
public void Invoke(
Action action,
out int remainingRetries
)
public:
void Invoke(
Action^ action,
[OutAttribute] int% remainingRetries
)
member Invoke :
action:Action *
remainingRetries:int byref -> unit
public function Invoke(
action : Action,
remainingRetries : int
)
Parameters
- action
Type: System.Action
- remainingRetries
Type: System.Int32%
.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.