ISemaphore
type
ISemaphore = interface(IWaitableObject) ['{F37B384C-8513-4B85-9DFA-E12BB3906954}']
procedure Down;
function Down(
TimeoutMS: Integer): Boolean;
function Up(
Count: Integer = 1): Boolean;
end;
Ancestor: IWaitableObject.
Defined in: DSLock
⏱ Last Modified: Mon 3:43:39 pm