RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMultiReadExclusiveWriteSynchronizer.Create Constructor

Creates and initializes an instance of TMultiReadExclusiveWriteSynchronizer.

Pascal
constructor Create;
C++

Call Create to instantiate TMultiReadExclusiveWriteSynchronizer. The synchronizer must be created in the same thread as the memory it protects, so that it is accessible to all threads that need to access that memory. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!