Click or drag to resize

SetRefresh Function (Double)

X#
Retrieve and optionally set the time for which the RDD system caches data.

Namespace:  XSharp.Core
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 FUNCTION SetRefresh(
	nNewSetting AS REAL8
) AS REAL8
Request Example View Source

Parameters

nNewSetting
Type: Double
The acceptable difference between 2 numbers.

Return Value

Type: Double
If nNewSetting is not specified, SetRefresh() returns the current setting.
If nNewSetting is specified, the previous setting is returned.
Remarks
SetRefresh() determines the time in seconds that the RDD system keeps data in memory before checking for changes by other users.
See Also