IExperimentationSetterService.SetFlight(String, Int32) 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.
Set flight for this machine using flightName as a flight and timeoutInMinutes as an expiration timeout.
public:
void SetFlight(System::String ^ flightName, int timeoutInMinutes);
public void SetFlight (string flightName, int timeoutInMinutes);
abstract member SetFlight : string * int -> unit
Public Sub SetFlight (flightName As String, timeoutInMinutes As Integer)
Parameters
- flightName
- String
- timeoutInMinutes
- Int32