HistorySources.Update
- Last UpdatedDec 08, 2015
- 1 minute read
HistorySources.Update method updates the specified history source in the list.
Example
Dim histSources = Trend1.HistorySources;
Dim ret = histSources.Update("IDC_INSQL15");
Syntax
[Result =] HistorySources.Update(string HistorySourceName);
Parameters
HistorySourceName
The name of the history source.
Return Value
Returns TRUE if the given instance is currently in the server list; otherwise, it returns FALSE.