PerformAsynchronousOperations() static private méthode

static private PerformAsynchronousOperations ( ) : void
Résultat void
Exemple #1
0
 // perform
 private static void Perform()
 {
     while (!WorkerStop)
     {
         TextureManager.PerformAsynchronousOperations();
         Thread.Sleep(10);
     }
 }