Download for Windows Premium
-65% Premium
Publiciteit
Async-Methode

Examples with "Async-Methode" and their translation in Engels

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.
Eine Async-Methode kann einen Rückgabetyp Task, Task<TResult>oder void haben.
An async method can have a return type of Task, Task<TResult>, or void.
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.
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.
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.
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.

Andere resultaten

Rückgabewerte Eine async-Method darf nur void, Task oder Task<T>für einen konkreten Typen T zurückgeben.
An async method may only return void, Task or Task<T>for any concrete type T.
Error (CS1998): In dieser Async-Method fehlen die 'await'-Operatoren, weshalb sie synchron ausgeführt wird.
Error (CS1998): This async method lacks the 'await' operators, so it runs synchronously.
Ab C# 7.0 kann eine asynchrone Methode jeden Typ zurückgeben, der über eine zugängliche GetAwaiter-Methode verfügt.Starting with C# 7.0, an async method can return any type that has an accessible GetAwaiter method.
Generalized async return types and ValueTask<TResult>Starting with C# 7.0, an async method can return any type that has an accessible GetAwaiter method.
Der zweite Grund ist, wenn der synchrone Code eine Async-Void-Methode aufruft.
The second is when the synchronous code calls an async void method.
Mit dem async-Schlüsselwort kann eine Method oder ein Lambda dekoriert werden.
The async keyword can be used to decorate a method or lambda expression.
Wir verwenden Async-Version der fs.stat -Methode um zu demonstrieren, wie die Async-Funktionalität über Haken getan werden könnte.
We use async version of fs.stat method to demonstrate how async functionality could be done via hooks.
Stufen Sie ggf. Ihre Bibliotheksversionen herauf. Entity Framework erhält zum Beispiel in EF6 Async-kompatible Methoden.
Upgrade your library versions, if necessary; for example, Entity Framework got async-compatible methods in EF6.
Er zijn geen resultaten gevonden voor deze term.

Synoniemen voor Async-Methode in het Duits

Publiciteit

Resultaten: 10. Exact: 3. Verstreken tijd: 201 ms.