IReadWriteSync.BeginWrite
Start a write operation.
Declaration
Source position: systhrdh.inc line 21
default
function BeginWrite : Boolean;
Description
BeginWrite signals the begin of a write operation. This call will block if any other read or write operation is currently in progress. It will resume only after all other read or write operations have finished.
See also
Name | Description |
---|---|
IReadWriteSync.BeginRead | Start a read operation. |
IReadWriteSync.EndRead | End a read operation |
IReadWriteSync.EndWrite | End a write operation. |