Click or drag to resize

CommandifiedListTPerformSyncedAction Method (Action)

Performs the specified action, either inside a lock on SyncRoot if this list is Synchronized, or normally, if this list isn't synchronized.

Namespace:  SD.Tools.Algorithmia.GeneralDataStructures
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.4.0.0 (1.4.19.0711)
Syntax
protected void PerformSyncedAction(
	Action toPerform
)

Parameters

toPerform
Type: SystemAction
To perform.
See Also