IEvaluationResultStore.GetScenarioNamesAsync Méthode

Définition

Obtient les ScenarioNames présents dans l’exécution avec le .executionName

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)

Paramètres

executionName
String

L’attribut ExecutionName.

cancellationToken
CancellationToken

Qui CancellationToken peut annuler l’opération.

Retours

S ScenarioNameprésents dans l’exécution avec le .executionName

S’applique à