Download for Windows Premium
async-Method - German-EnglishEnglish-German
Advertising
async method

Translation of "async method" in German

We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
asynchronen Methode
async-Method
Is it possible to await an event instead of another async method?
Ist es möglich, ein Ereignis anstelle einer anderen asynchronen Methode abzuwarten?
The result from the async method is the number of characters of a web page.
Das Ergebnis der asynchronen Methode ist die Anzahl von Zeichen einer Webseite.web page.
Catch an exception thrown by an async method
Fangen Sie eine Ausnahme ab, die von einer asynchronen Methode ausgelöst wird
A task can be in a faulted state because multiple exceptions occurred in the awaited async method.
Eine Aufgabe kann sich in einem fehlerhaften Zustand befinden, da mehrere Ausnahmen in der erwarteten asynchronen Methode aufgetreten sind.A task WhenAll.
So, the async method launched the operation before returning it to the caller.
Der Vorgang wird also von der asynchronen Methode gestartet, bevor er an die aufrufende Funktion zurückgegeben wird.
You can then retrieve the thumbnails with the same async method you used before - they'll just come back faster
Anschließend können Sie die Miniaturansichten mit der gleichen asynchronen Methode abrufen wie zuvor - allerdings mit erhöhter Reaktionsgeschwindigkeit.
If you need a cancellation token in this situation, wrap the call to your public ref class's public async method in a PPL task that uses a cancellation token.
Wenn Sie ein Abbruchtoken für diesen Fall benötigen, können Sie den Aufruf der öffentlichen asynchronen Methode für Ihre öffentliche Referenzklasse in eine PPL-Aufgabe mit einem Abbruchtoken einschließen.
An async method may only return void, Task or Task<T>for any concrete type T.
Rückgabewerte Eine async-Method darf nur void, Task oder Task<T>für einen konkreten Typen T zurückgeben.
Therefore, make sure that any async method that can produce an exception has a return type of Task or Task<TResult>and that calls to the method are awaited.
Daher stellen Sie sicher, dass jede asynchrone Methode, die eine Ausnahme erstellen kann, über einen Rückgabetyp Task oder Task<TResult>verfügt und die Aufrufe der Methode erwartet werden.Das folgende Beispiel definiert einen ValueTask
Error (CS1998): This async method lacks the 'await' operators, so it runs synchronously.
Error (CS1998): In dieser Async-Method fehlen die 'await'-Operatoren, weshalb sie synchron ausgeführt wird.
An async method can have a return type of Task, Task<TResult>, or void.
Eine Async-Methode kann einen Rückgabetyp Task, Task<TResult>oder void haben.
Finally, time spent from points 2 to 3 is passing control back (and potentially a value) to the async method, at which point it is executing again.
Schließlich wird die zwischen den Punkten 2 und 3 verstrichene Zeit für die Rückgabe der Steuerung (und möglicherweise eines Werts) an die Async-Methode aufgewendet.
Once you've chosen a "leaf," then start with a method in your code that calls into that API, and make it into an async method that calls the async-ready API via await.
Wenn Sie ein „Blatt" ausgewählt haben, beginnen Sie mit einer Methode in Ihrem Code, die einen Aufruf in diese API macht, und machen Sie diese zu einer Async-Methode, welche die Async-fähige API über Await aufruft.
No results found for this meaning.

Synonyms and analogies of "async method" in English

Word & Expression of the day
Image of the day
chalkboard: dark board for writing with chalk
Reveal the word
Advertising

Results: 13. Exact: 13. Elapsed time: 35 ms.

Word index: 1-300, 301-600, 601-900

Expression index: 1-400, 401-800, 801-1200

Phrase index: 1-400, 401-800, 801-1200