Auf Englisch lesen

Teilen über


IResultStore Interface

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.

Represents a store for ScenarioRunResults.

C#
public interface IResultStore
Derived

Methods

DeleteResultsAsync(String, String, String, CancellationToken)

Deletes ScenarioRunResults for ScenarioRuns filtered by the specified executionName, scenarioName, and iterationName from the store.

GetIterationNamesAsync(String, String, CancellationToken)

Gets the IterationNames present in the scenario with the specified scenarioName under the execution with the specified executionName.

GetLatestExecutionNamesAsync(Nullable<Int32>, CancellationToken)

Gets the ExecutionNames of the most recent count executions from the store (ordered from most recent to least recent).

GetScenarioNamesAsync(String, CancellationToken)

Gets the ScenarioNames present in the execution with the specified executionName.

ReadResultsAsync(String, String, String, CancellationToken)

Returns ScenarioRunResults for ScenarioRuns filtered by the specified executionName, scenarioName, and iterationName from the store.

WriteResultsAsync(IEnumerable<ScenarioRunResult>, CancellationToken)

Writes the supplied resultss to the store.

Applies to

Produkt Versionen
.NET 8 (package-provided), 9 (package-provided), 10 (package-provided)
.NET Standard 2.0 (package-provided)