Click or drag to resize

UpdateCommands Class

Provides a set of update related commands.
Inheritance Hierarchy
SystemObject
  MediaCy.Automation.Measure.MeasurementsUpdateCommands

Namespace:  MediaCy.Automation.Measure.Measurements
Assembly:  MediaCy.Automation (in MediaCy.Automation.dll) Version: 1.0.0.0
Syntax
VB
Public NotInheritable Class UpdateCommands

The UpdateCommands type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberResume
Temporary blocks UI updates. The command can be used in block operations, such as adding multiple measurements, to avoid unnecessary updates.
Public propertyStatic memberSuspend
Temporary blocks UI updates. The command can be used in block operations, such as adding multiple measurements, to avoid unnecessary updates.
Top
See Also