Skip to main content
A newer version of this page is available. .

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

Declaration

public TimeSpan GetQueueDelay()

Returns

Type Description
TimeSpan

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

See Also