ExperimentationService.IsCachedFlightEnabled(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. Read information from the local storage. Can be used on a startup. Sends telemetry event to indicate the triggered experimental scenario.
public:
virtual bool IsCachedFlightEnabled(System::String ^ flight);
public bool IsCachedFlightEnabled (string flight);
abstract member IsCachedFlightEnabled : string -> bool
override this.IsCachedFlightEnabled : string -> bool
Public Function IsCachedFlightEnabled (flight As String) As Boolean
Parameters
- flight
- String
flight name is a string no more than 16 characters (case-insensitive)