ChaosTestScenarioParameters(TimeSpan, Int64, Boolean, TimeSpan) Constructor
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 ChaosTestScenarioParameters(TimeSpan maxClusterStabilizationTimeout, long maxConcurrentFaults, bool enableMoveReplicaFaults, TimeSpan timeToRun);
new System.Fabric.Testability.Scenario.ChaosTestScenarioParameters : TimeSpan * int64 * bool * TimeSpan -> System.Fabric.Testability.Scenario.ChaosTestScenarioParameters
Public Sub New (maxClusterStabilizationTimeout As TimeSpan, maxConcurrentFaults As Long, enableMoveReplicaFaults As Boolean, timeToRun As TimeSpan)
Parameters
- maxClusterStabilizationTimeout
- System.TimeSpan
- maxConcurrentFaults
- System.Int64
- enableMoveReplicaFaults
- System.Boolean
- timeToRun
- System.TimeSpan