AFListData.EndOfStream Method
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- 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.2.0.7
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.