Skip to main content

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

NuGet Package: DevExpress.Data

Declaration

public TimeSpan GetQueueDelay()

Returns

Type Description
TimeSpan

An integer value that is the changes queue delay in milliseconds.

See Also