FailoverTestScenario Class
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.
Caution
This class is deprecated. Please use Chaos instead https://docs.microsoft.com/azure/service-fabric/service-fabric-controlled-chaos
[System.Obsolete("This class is deprecated. Please use Chaos instead https://docs.microsoft.com/azure/service-fabric/service-fabric-controlled-chaos")]
public sealed class FailoverTestScenario : System.Fabric.Testability.Scenario.TestScenario
[<System.Obsolete("This class is deprecated. Please use Chaos instead https://docs.microsoft.com/azure/service-fabric/service-fabric-controlled-chaos")>]
type FailoverTestScenario = class
inherit TestScenario
Public NotInheritable Class FailoverTestScenario
Inherits TestScenario
- Inheritance
- Attributes
-
System.ObsoleteAttribute
Constructors
| FailoverTestScenario(FabricClient, FailoverTestScenarioParameters) |
Fields
| ProgressChanged | (Inherited from TestScenario) |
Properties
| FabricClient | (Inherited from TestScenario) |
| ScenarioParameters | (Inherited from TestScenario) |
Methods
| Dispose() | (Inherited from TestScenario) |
| ExecuteAsync(CancellationToken) | (Inherited from TestScenario) |
| GetElapsedTime() | (Inherited from TestScenario) |
| HandleTaskComplete(Task, String, String) | (Inherited from TestScenario) |
| OnDispose(Boolean) | (Inherited from TestScenario) |
| OnExecuteAsync(CancellationToken) | (Inherited from TestScenario) |
| ReportProgress(String, Object[]) | (Inherited from TestScenario) |
| ReportProgress(String) | (Inherited from TestScenario) |
| ValidateScenarioAtExitAsync(CancellationToken) | (Inherited from TestScenario) |