IExperimentationStatusService.QueryFlightStatusAsync(String, CancellationToken) Método

Definição

Obtenha o status real do vôo sem enviar um evento de telemetria para indicar um cenário experimental disparado. Se as solicitações no andamento aguardarem por elas. IsFlightEnabledAsync deve ser chamado em um ponto posterior quando o cenário experimental for disparado.

public:
 System::Threading::Tasks::Task<bool> ^ QueryFlightStatusAsync(System::String ^ flight, System::Threading::CancellationToken token);
public System.Threading.Tasks.Task<bool> QueryFlightStatusAsync (string flight, System.Threading.CancellationToken token);
abstract member QueryFlightStatusAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
Public Function QueryFlightStatusAsync (flight As String, token As CancellationToken) As Task(Of Boolean)

Parâmetros

flight
String

Nome de vôo interessante (não diferencia maiúsculas de minúsculas)

token
CancellationToken

token de cancelamento para interrupção do processo

Retornos

Task<Boolean>

Aplica-se a