Pause the program while executing a C #

0

I'm having a question about using threads, I want the program to stop responding at some point, and only come back when I determine ...

Example:

System.Threading.Thread.Pausa();

// Executa código

System.Threading.Thread.VoltaDnv();

How do I do this?

    
asked by anonymous 18.05.2018 / 22:04

0 answers