Vertaling van "Wait-Methode" 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.
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.
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.
Der Zugriff auf den get-Accessor der Eigenschaft blockiert den aufrufenden Thread, bis der asynchrone Vorgang abgeschlossen ist. Dies entspricht dem Aufruf der Wait-Methode.
Accessing the property's get accessor blocks the calling thread until the asynchronous operation is complete; it is equivalent to calling the Wait method.
Rufen Sie die task::wait-Methode nicht aus dem Hauptthread (oder einem anderen STA-Thread) auf.
Don't call the task::wait method from the main thread (or any STA thread).
Andere resultaten
Die Wait -Methode unterbricht alle Aktivitäten von Microsoft Excel und verhindert unter Umständen auch das Ausführen sonstiger Vorgänge auf dem Computer.
The Wait method suspends all Microsoft Excel activity and may prevent you from performing other operations on your computer while Wait is in effect.
Die Wait -Methode unterbricht alle Aktivitäten von Microsoft Excel und verhindert unter Umständen auch das Ausführen sonstiger Vorgänge auf dem Computer, solange Wait wirksam ist. Hintergrundprozesse, z. B. Drucken und Neuberechnen, werden jedoch fortgesetzt.
The Wait method suspends all Microsoft Excel activity and may prevent you from performing other operations on your computer while Wait is in effect. However, background processes such as printing and recalculation continue.
Die Stelle gibt nicht nach, es bietet sich hier die "Wait and See" Methode an, ob der Riss sich ausbreitet.
The place does not give way, here it offers the "Wait and See" method, whether the crack spreads.
Mein Computer meint, dass er 0.5 Sekunden gebraucht hat um die Befehle zu starten und dann nur etwas über eine Minute gebraucht um sie zu beenden (mit Verwendung der 'wait' Methode).
My laptop says it took 0.5 seconds to run fire those two commands, and then just over a minute to complete (using the 'wait' method).
Manuelle Synchronisierung.Eine manuelle Synchronisierung arbeitet mit den Object-Methoden wait(), notify() und notifyAll().