AFListData.EndOfStream Method
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Get the end-of-stream value for each attribute in this list.
Namespace: OSIsoft.AF.Data
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public IList<AFValue> EndOfStream()
Public Function EndOfStream As IList(Of AFValue) Dim instance As AFListData Dim returnValue As IList(Of AFValue) returnValue = instance.EndOfStream()
public: IList<AFValue^>^ EndOfStream()
member EndOfStream : unit -> IList<AFValue>
Return Value
Type: IListAFValueReturns an AFValue list, one for each attribute in this list. If AFValue.IsGood returned by the data reference is , then the returned value is converted to the default UOM of the attribute and proper Type. The timestamp of the value will indicate the time of the recorded event. In the case of calculation based data references, it will normally indicate the closest input value's recorded value timestamp.