System.Threading.TTask.UpdateStateAtomic
Delphi
function UpdateStateAtomic(NewState: TOptionStateFlags; InvalidStates: TOptionStateFlags): Boolean; overload;
function UpdateStateAtomic(NewState: TOptionStateFlags; InvalidStates: TOptionStateFlags; out OldState: TOptionStateFlags): Boolean; overload;
C++
bool __fastcall UpdateStateAtomic(TOptionStateFlags NewState, TOptionStateFlags InvalidStates)/* overload */;
bool __fastcall UpdateStateAtomic(TOptionStateFlags NewState, TOptionStateFlags InvalidStates, /* out */ TOptionStateFlags &OldState)/* overload */;
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
function | protected | System.Threading.pas System.Threading.hpp |
System.Threading | TTask |
Beschreibung
Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.