ExperimentationService.QueryCachedFlightStatus(String) Método

Definição

Obtenha o status do vôo solicitado, se ele estiver habilitado para o usuário + filtros. Método rápido e barato. Não envia um evento de telemetria para indicar um cenário experimental disparado. Ler informações do armazenamento local. Pode ser usado em uma inicialização. IsCachedFlightEnabled deve ser chamado em um ponto posterior quando o cenário experimental for disparado.

public:
 virtual bool QueryCachedFlightStatus(System::String ^ flight);
public bool QueryCachedFlightStatus (string flight);
abstract member QueryCachedFlightStatus : string -> bool
override this.QueryCachedFlightStatus : string -> bool
Public Function QueryCachedFlightStatus (flight As String) As Boolean

Parâmetros

flight
String

o nome do vôo é uma cadeia de caracteres com até 16 caracteres (não diferencia maiúsculas de minúsculas)

Retornos

Boolean

Implementações

Aplica-se a