WatchWindow.BeginBatchUpdate() Method

Top 

Description

This method marks the beginning of a period where any update to the window will be queued and only processed when the WatchWindow.EndBatchUpdate method is called.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Method Signature

WatchWindow.BeginBatchUpdate(

)

 

 

Syntax

myWatchWindow1.BeginBatchUpdate();

 

 

See also

WatchWindow Object

WatchWindow Guide