Share via


FabricClient.TestManagementClient.GetChaosAsync Method

Definition

public System.Threading.Tasks.Task<System.Fabric.Chaos.DataStructures.ChaosDescription> GetChaosAsync(TimeSpan operationTimeout, System.Threading.CancellationToken cancellationToken);
member this.GetChaosAsync : TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Fabric.Chaos.DataStructures.ChaosDescription>
Public Function GetChaosAsync (operationTimeout As TimeSpan, cancellationToken As CancellationToken) As Task(Of ChaosDescription)

Parameters

operationTimeout
System.TimeSpan
cancellationToken
System.Threading.CancellationToken

Returns

System.Threading.Tasks.Task<ChaosDescription>

Applies to