Skip to main content

RealTimeSource.GetQueueDelay() Method

In This Article

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