C-DEngine 5.105

TheStorageMirror<(Of <(<'T>)>)>..::..MyRecordsRWLock Property

New in 4.106: "logic" lock - should not be used for just read-write but for synchronization of multiple operations

Namespace:  nsCDEngine.Engines.StorageService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public IReaderWriterLock MyRecordsRWLock { get; }
Public ReadOnly Property MyRecordsRWLock As IReaderWriterLock
	Get
public:
property IReaderWriterLock^ MyRecordsRWLock {
	IReaderWriterLock^ get ();
}