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

  • timeToRun
    Type: System.TimeSpan

    The total time for which the failover test will run.

  • maxServiceStabilizationTimeout
    Type: System.TimeSpan

    The 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