No, the contents of your old void loop, minus the blocking delay(), will be in a function which is called with a timer.
I’d recommend calling that timer every 5 seconds or more, as the DHT sensors don’t respond well to higher frequency readings.
Also, it’s better to use BlynkTimer rather than SimpleTimer.
Pete.