IExperimentationService.IsFlightEnabledAsync 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 actual flight status. If requests in the progress waits on them.
public:
System::Threading::Tasks::Task<bool> ^ IsFlightEnabledAsync(System::String ^ flight, System::Threading::CancellationToken token);
public System.Threading.Tasks.Task<bool> IsFlightEnabledAsync (string flight, System.Threading.CancellationToken token);
abstract member IsFlightEnabledAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
Public Function IsFlightEnabledAsync (flight As String, token As CancellationToken) As Task(Of Boolean)
Parameters
- flight
- String
Interesting flight name (case-insensitive)
- token
- CancellationToken
cancellation token to interrupt process