System.Tether.Manager.TTetheringManagerCommunicationThread.TCommandQueue.Dequeue
Delphi
function Dequeue: string;
C++
System::UnicodeString __fastcall Dequeue(void);
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
function | public | System.Tether.Manager.pas System.Tether.Manager.hpp |
System.Tether.Manager | TCommandQueue |
Description
Retire une commande de la file et la renvoie. S'il n'y a pas de commande dans la file, renvoie une chaîne vide.
- Remarque : Cette fonction verrouille la file et garantit qu'aucune autre fonction ne peut changer l'état de la file tant que cette fonction n'est pas terminée.