FabricClient.TestManagementClient.GetChaosScheduleAsync 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.
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>