Méthode | Description | |
---|---|---|
ChaosService ( StatefulServiceContext context ) : System | ||
GetEventsAsync ( ) : Task |
||
StartAsync ( ) : Task |
Starts the test.
|
|
StopAsync ( ) : Task |
Méthode | Description | |
---|---|---|
CreateServiceReplicaListeners ( ) : IEnumerable |
||
RunAsync ( |
Méthode | Description | |
---|---|---|
StoreEventAsync ( string eventString ) : Task |
This method saves the description (eventString) and timestamp of the recentmost induced fault as a ChaosEntry in a Reliable Dictionary
|
|
TestScenarioProgressChanged ( object sender, |
This is the event-handler for the events coming into from ChaosTestScenario
|
public ChaosService ( StatefulServiceContext context ) : System | ||
context | StatefulServiceContext | |
Résultat | System |
protected CreateServiceReplicaListeners ( ) : IEnumerable |
||
Résultat | IEnumerable |
protected RunAsync ( |
||
runAsyncCancellationToken | ||
Résultat | Task |