Click or drag to resize

MetadataRecordSourceID Property

Gets or sets the numeric identifier of the data source for the HistorianID.

Namespace: GSF.Historian.Files
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
public int SourceID { get; set; }
View Source

Property Value

Int32
Exceptions
ExceptionCondition
ArgumentExceptionThe value being assigned is not positive or zero.
Remarks
SourceID is used for the determination of "global time" when that client option is in effect. When "global time" is in effect, the historian returns the current data time for a HistorianID based on the latest time received for all HistorianIDs with the same SourceID.
See Also