IExperimentationService.IsCachedFlightEnabled(String) Method

Definition

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.

public:
 bool IsCachedFlightEnabled(System::String ^ flight);
public bool IsCachedFlightEnabled (string flight);
abstract member 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)

Returns

Applies to