FailoverTestScenarioParameters Constructor (PartitionSelector, TimeSpan, TimeSpan)
Constructor for the FailoverTestScenarioParameters.
Namespace: System.Fabric.Testability.Scenario
Assembly: System.Fabric.Testability (in System.Fabric.Testability.dll)
Syntax
public FailoverTestScenarioParameters(
PartitionSelector partitionSelector,
TimeSpan timeToRun,
TimeSpan maxServiceStabilizationTimeout
)
Parameters
partitionSelector
Type: System.Fabric.Testability.PartitionSelectorPartitionSelector which gives the partition being targeted for the test.
timeToRun
Type: System.TimeSpanThe total time for which the failover test will run.
maxServiceStabilizationTimeout
Type: System.TimeSpanThe maximum amount of time to wait for the service to stabilize after a fault before failing the test.
See Also
FailoverTestScenarioParameters Class
System.Fabric.Testability.Scenario Namespace
Return to top