예제 #1
0
 public static Task KillSwitch(this IVehicle vehicle, CancellationToken cancel)
 {
     return(vehicle.ArmDisarm(false, cancel, true));
 }