Share via


FabricClient.TestManagementClient.GetChaosScheduleAsync Method

Definition

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

Parameters

operationTimeout
System.TimeSpan
cancellationToken
System.Threading.CancellationToken

Returns

System.Threading.Tasks.Task<ChaosScheduleDescription>

Applies to