Skip to main content
A newer version of this page is available. .

RealTimeSource.CatchUp() Method

Empties the changes queue, re-reads the data source and informs the bound control that the reset has occurred.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v19.2.dll

Declaration

public void CatchUp()

Remarks

Use this method to manage the changes queue manually. By default, this method is executed automatically when the RealTimeSource.GetQueueDelay result exceeds the RealTimeSource.SendQueueTimeout value.

See Also