//wait 2 seconds Thread.Sleep(2000); Task.Delay(2000); //Both are valid options but Task.Delay() can be used with the async keyword