IExperimentationService Interface
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.
Experimentation service provides A/B experimentation functionality.
public interface class IExperimentationService : IDisposable
public interface IExperimentationService : IDisposable
type IExperimentationService = interface
interface IDisposable
Public Interface IExperimentationService
Implements IDisposable
- Derived
- Implements
Methods
IsCachedFlightEnabled(String) |
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. |
IsFlightEnabledAsync(String, CancellationToken) |
Get actual flight status. If requests in the progress waits on them. |
Start() |
Start the service. Ask all flights providers to start polling there endpoints to get actual flight set. |