FailoverTestScenario(FabricClient, FailoverTestScenarioParameters) 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.
Constructor for the FailoverTestScenario.
public FailoverTestScenario (System.Fabric.FabricClient fabricClient, System.Fabric.Testability.Scenario.FailoverTestScenarioParameters testScenarioParameters);
new System.Fabric.Testability.Scenario.FailoverTestScenario : System.Fabric.FabricClient * System.Fabric.Testability.Scenario.FailoverTestScenarioParameters -> System.Fabric.Testability.Scenario.FailoverTestScenario
Public Sub New (fabricClient As FabricClient, testScenarioParameters As FailoverTestScenarioParameters)
Parameters
- fabricClient
- FabricClient
FabricClient object which will be used to connect to the cluster and induce the faults.
- testScenarioParameters
- FailoverTestScenarioParameters
FailoverTestScenarioParameters which define the configuration for the failover test.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET