TMultiReadExclusiveWriteSynchronizer.Beginwrite
Request write access to the resource.
Declaration
Source position: systhrdh.inc line 58
public
function Beginwrite : Boolean;
Description
Beginwrite is the implementation of IReadWriteSync.BeginWrite. It simply enters the critical section, and returns True.
Errors
None.
See also
Name | Description |
---|---|
IReadWriteSync.BeginWrite | Start a write operation. |
EndWrite | Release write access to the resource |