C-DEngine 5.105

IReaderWriterLock..::..RunUnderWriteLock Method

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

Syntax


void RunUnderWriteLock(
	Action action
)
Sub RunUnderWriteLock ( _
	action As Action _
)
void RunUnderWriteLock(
	Action^ action
)

Parameters

action
Type: Action