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.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
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