HistorySource.Disconnect
- Last UpdatedDec 08, 2015
- 1 minute read
HistorySource.Disconnect method logs off the connection to the current history source.
Example
Dim histSources = Trend1.HistorySources;
Dim histSource = histSources.GetSource("idc_insql12");
histSource.Disconnect();
Syntax
[Result =] HistorySource.Disconnect();
Parameters
None.
Return Value
None.
Remarks
Repeated calls to this method are harmless and do not result in further state change events.