IReadWriteSync.EndWrite
End a write operation.
Declaration
Source position: systhrdh.inc line 22
default
procedure EndWrite;
Description
EndWrite signals the end of a write operation. After the call to EndWrite any other read or write operations can start.
See also
Name | Description |
---|---|
IReadWriteSync.BeginRead | Start a read operation. |
IReadWriteSync.EndRead | End a read operation |
IReadWriteSync.EndWrite | End a write operation. |