Vertaling van "ASYNC task" in Duits
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
1: ASYNC task was registered in the database.
ASYNC task registered on the Web Services Coordinator.
How to run an async task for every x mins in android?
Wie führe ich eine asynchrone Aufgabe für alle x Minuten in Android aus?
By adding an async task handling we could also avoid the second importer run known from MP2.1 and improve the resource usage in idle or during import resulting in a better performance.
Durch das Hinzufügen einer asynchronen Aufgabenbehandlung konnten wir auch den aus MP2.1 bekannten zweiten Importprozess vermeiden und den Ressourcenverbrauch im Leerlauf oder während des Imports verbessern, was zu einer besseren Performance führte.
veranschaulicht.The following example illustrates exception handling for async methods. in der Catch Block.To catch an exception that applies to an async task, the Await expression is in a Try block of the caller, and the exception is caught in the Catch block.
Das folgende Beispiel veranschaulicht die Behandlung von Ausnahmen in Fällen, in denen mehrere Aufgaben zu mehreren Ausnahmen führen Die Try -Block ist die Await Ausdruck für die Aufgabe, die Task.WhenAll zurückgegeben.The Try block has the Await expression for the task that Task.WhenAll returned.
Cannot register the ASYNC task on the Web Services Coordinator.
Die ASYNC-Aufgabe konnte beim Web Services Coordinator nicht registriert werden.
Their test runners can cope with async Task tests and await the completion of the thread before they start to evaluate the assert statements.
Ihre Ausführungsmodule für Tests können asynchrone Task-Tests bewältigen und den Abschluss des Threads mit "await" abwarten, bevor sie mit der Auswertung der Assertanweisungen beginnen.
If the test runner of the unit testing framework can't cope with async Task test method signatures, the test can at least call the Wait method on the Task returned from the system under test.
Wenn das Ausführungsmodul des Komponententestframeworks die Signaturen von asynchronen Task-Tests nicht verarbeiten kann, kann der Test zumindest die Wait-Methode für den vom getesteten System zurückgegebenen Task aufrufen.