Time period indicating the time interval for DOM update sending.
The default value is 0.
Read-write property
Visual Basic |
---|
Public Property DOMUpdatesPeriod As Long |
Update period in milliseconds represented as Long
Updates will be received according to the DOMUpdatesMode property value.
If SnapshotPeriod is greater than the DOMUpdatesPeriod, the SnapshotPeriod's value will be used as the period of DOM updates instead.
See the usage of CQGAPIConfig properties in the AccountChanged event's example section.