Click or drag to resize

QueryPacketBaseRequestIDs Property

Gets a list of historian identifiers whose information is being requested.

Namespace: GSF.Historian.Packets
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
public IList<int> RequestIDs { get; }
View Source

Property Value

IListInt32
Remarks
A singe entry with ID of -1 can be used to request information for all defined historian identifiers.
See Also