RealTimeSource.GetQueueDelay() Method
Returns the delay between the data source event occurrence and passing changes to the bound control (in milliseconds).
Namespace: DevExpress.Data
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Returns
Type | Description |
---|---|
TimeSpan | An integer value that is the changes queue delay in milliseconds. |
See Also