Skip to main content

RealTimeSource.CatchUp() Method

In This Article

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.2.dll

NuGet Package: DevExpress.Data

#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