Version

ProcessCellInvalidationsSynchronously Property

Used to bypass logic that was added to optimize performance by deferring record and cell invalidations so they could be processed together in a single pass. This static property was added to allow applications to opt out of the optimization in case their logic was relying on synchronous invalidations.
Syntax
'Declaration
 
Public Shared Property ProcessCellInvalidationsSynchronously As Boolean
public static bool ProcessCellInvalidationsSynchronously {get; set;}

Property Value

True to process cell invalidations synchronously, otherwise false. The default is false.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also