|
QueryPacketBaseRequestIDs Property
|
Gets a list of historian identifiers whose information is being requested.
Namespace: GSF.Historian.PacketsAssembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.248-beta
Syntaxpublic IList<int> RequestIDs { get; }
Public ReadOnly Property RequestIDs As IList(Of Integer)
Get
public:
property IList<int>^ RequestIDs {
IList<int>^ get ();
}
member RequestIDs : IList<int> with get
function get_RequestIDs();
View SourceProperty Value
IListInt32
RemarksA singe entry with ID of -1 can be used to request information for all defined historian identifiers.
See Also