ExperimentationService.QueryCachedFlightStatus(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)