ICriticalSection
type
ICriticalSection = interface(IInterface) ['{0D998795-FC55-4BE8-A9FB-F073BF94F044}']
procedure Enter;
function TryEnter: Boolean;
procedure Leave;
procedure Acquire;
function TryAcquire: Boolean;
procedure Release;
end;
Ancestor: IInterface.
Defined in: DSGenUtil
⏱ Last Modified: Mon 3:43:39 pm