Vertaling van "IsCompleted" 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.
For a method that does contain an await in the executed path, the method will return a Task object that will turn to the IsCompleted state when the last awaited call has completed and the synchronous code following it (if any) has finished executing.
Eine Methode, die ein await durchläuft, gibt ein Task-Objekt zurück, dessen Zustand auf IsCompleted wechselt, sobald der letzte Aufruf, auf den await aufgerufen wurde, abgeschlossen ist und der darauf folgende synchrone Code (falls vorhanden) anschließend ebenfalls abgeschlossen ist.
IsCompleted Gets a value that indicates whether the asynchronous operation has completed.
IsCompleted Ruft einen Wert ab, der angibt, ob der asynchrone Vorgang abgeschlossen wurde.
IsCompleted returns a Boolean indicating whether the task is done executing as of the moment the property is accessed.
IsCompleted gibt einen booleschen Wert zurück, der angibt, ob die Ausführung des Tasks zum Zeitpunkt des Zugriffs auf die Eigenschaft abgeschlossen ist.
You can poll the IsCompleted property of the IAsyncResult.
Poll the IsCompleted property of the IAsyncResult.
The entry point returned an IAsyncResult instance that was marked 'CompletedSynchronously = true' and 'IsCompleted = false'.
Vom Einstiegspunkt wurde eine IAsyncResult-Instanz zurückgegeben, die als "CompletedSynchronously = true" und "IsCompleted = false" gekennzeichnet war.
AsyncCallback was invoked with an IAsyncResult which was marked 'IsCompleted = false'.
AsyncCallback wurde mit einem IAsyncResult aufgerufen, das als "IsCompleted = false" gekennzeichnet war.
Poll the IsCompleted property of the IAsyncResult You can poll the IsCompleted property of the IAsyncResult.
The pattern consists primarily of exposing a GetAwaiter method that returns a type that provides IsCompleted, OnCompleted, and GetResult members.
Das Muster besteht in erster Linie darin, eine GetAwaiter-Methode verfügbar zu machen, die einen Typ zurückgibt, der IsCompleted-, OnCompleted- und GetResult-Member bereitstellt.
Hold-on switching (the controller holds theend-of-segment setpoint when the segment iscompleted, to perform control).
Halte-Umschaltung (der Controller hält den Segmentende-Sollwert, wenn das Segment vervollständigt wird, um die Regelung auszuführen).
You can poll the IsCompleted property of the IAsyncResult.
Sie können die Eigenschaft IsCompleted von IAsyncResult abrufen.