DiskBasedResultStore.GetIterationNamesAsync Methode

Definition

Ruft die IterationNames in dem Szenario mit der angegebenen scenarioName Ausführung mit der angegebenen executionName.

public System.Collections.Generic.IAsyncEnumerable<string> GetIterationNamesAsync(string executionName, string scenarioName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIterationNamesAsync : string * string * System.Threading.CancellationToken -> System.Collections.Generic.IAsyncEnumerable<string>
override this.GetIterationNamesAsync : string * string * System.Threading.CancellationToken -> System.Collections.Generic.IAsyncEnumerable<string>
Public Function GetIterationNamesAsync (executionName As String, scenarioName As String, Optional cancellationToken As CancellationToken = Nothing) As IAsyncEnumerable(Of String)

Parameter

executionName
String

Die ExecutionName.

scenarioName
String

Die ScenarioName.

cancellationToken
CancellationToken

Ein CancellationToken Vorgang, der den Vorgang abbrechen kann.

Gibt zurück

Die IterationNames in dem Szenario mit der angegebenen scenarioName Ausführung mit der angegebenen executionName.

Implementiert

Gilt für: