During runtime, for the data value of the DataSource property, invokes asynchronous reading on the data server so that the client application gets a new update

Namespace: Ico.Gwx
Assembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public void RefreshPrimaryDataSource()
Visual Basic
Public Sub RefreshPrimaryDataSource
JScript
public function RefreshPrimaryDataSource()

Remarks

If a display has a slow scan rate configured, this method can be used to request an immediate update for the DataSource of this dynamic.

See Also