Click or drag to resize

SetRefresh Function

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() AS REAL8
Request Example View Source

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