ChaosTestScenario 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. To manage Chaos, please use StartChaosAsync, StopChaosAsync, and GetChaosReportAsync APIs from FabricClient.TestManager instead.
[System.Obsolete("This class is deprecated. To manage Chaos, please use StartChaosAsync, StopChaosAsync, and GetChaosReportAsync APIs from FabricClient.TestManager instead.")]
public sealed class ChaosTestScenario : System.Fabric.Testability.Scenario.TestScenario
[<System.Obsolete("This class is deprecated. To manage Chaos, please use StartChaosAsync, StopChaosAsync, and GetChaosReportAsync APIs from FabricClient.TestManager instead.")>]
type ChaosTestScenario = class
inherit TestScenario
Public NotInheritable Class ChaosTestScenario
Inherits TestScenario
- Inheritance
- Attributes
-
System.ObsoleteAttribute
Constructors
ChaosTestScenario(FabricClient, ChaosTestScenarioParameters) |
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) |