Create while loop
Project detail
I want to create a while loop that repeats until condition is meet
while (name!= something)
{
Task.Delay(9000).Wait();
}
retry
I want to create a while loop that repeats until condition is meet
while (name!= something)
{
Task.Delay(9000).Wait();
}
retry