Share via


ExperimentationService.QueryCachedFlightStatus(String) Method

Definition

Get status of the requested flight, if it is enabled for the user + filters. Fast and cheap method. Does not send a telemetry event to indicate a triggered experimental scenario. Read information from the local storage. Can be used on a startup. IsCachedFlightEnabled should be called at a later point when the experimental scenario will be triggered.

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

Parameters

flight
String

flight name is a string no more than 16 characters (case-insensitive)

Returns

Implements

Applies to