IEvaluationResultStore.GetScenarioNamesAsync Methode

Definition

Ruft die ScenarioNames in der Ausführung mit dem angegebenen executionNameab.

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

Parameter

executionName
String

Die ExecutionName.

cancellationToken
CancellationToken

Ein CancellationToken Vorgang, der den Vorgang abbrechen kann.

Gibt zurück

Die ScenarioNames in der Ausführung mit dem angegebenen executionName.

Gilt für: