SetRefresh Function (Double) | |
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
public static double SetRefresh(
double nNewSetting
)
Request Example
View SourceParameters
- 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