Warning: Use of undefined constant id - assumed 'id' (this will throw an Error in a future version of PHP) in /kunden/247608_14469/webseiten/wp-content/themes/wordblab/functions.php on line 28
Warning: Use of undefined constant text - assumed 'text' (this will throw an Error in a future version of PHP) in /kunden/247608_14469/webseiten/wp-content/themes/wordblab/functions.php on line 29
Warning: Use of undefined constant text - assumed 'text' (this will throw an Error in a future version of PHP) in /kunden/247608_14469/webseiten/wp-content/themes/wordblab/functions.php on line 9
Mit C# verwendet man für gewöhnlich Thread.Sleep
, um absichtlich eine Verzögerung (engl. delay) in seine Applikation einzubauen. Windows Store Apps können Thread
jedoch nicht auflösen, weshalb man Task.Delay
verwenden muss, um seine Applikation warten zu lassen.
Es folgt ein Beispiel, das eine Ladeanzeige nach 5 Sekunden beendet.
Weiterlesen …
Letzte Kommentare