FabricClient.TestManagementClient.StopChaosAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
StopChaosAsync() |
This API will stop Chaos. |
StopChaosAsync(TimeSpan, CancellationToken) |
This API will stop Chaos. |
StopChaosAsync()
This API will stop Chaos.
public System.Threading.Tasks.Task StopChaosAsync ();
member this.StopChaosAsync : unit -> System.Threading.Tasks.Task
Public Function StopChaosAsync () As Task
Returns
A task.
Remarks
The FaultAnalysisService must be enabled to use this API.
Applies to
StopChaosAsync(TimeSpan, CancellationToken)
This API will stop Chaos.
public System.Threading.Tasks.Task StopChaosAsync (TimeSpan operationTimeout, System.Threading.CancellationToken cancellationToken);
member this.StopChaosAsync : TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function StopChaosAsync (operationTimeout As TimeSpan, cancellationToken As CancellationToken) As Task
Parameters
- operationTimeout
- TimeSpan
The overall timeout for the operation.
- cancellationToken
- CancellationToken
Cancellation token
Returns
A task.
Exceptions
Action took more than its allocated time.
Remarks
The FaultAnalysisService must be enabled to use this API.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET