AFListResults(TKey, TResult).AddResults Method
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Add a list of results to the Results list.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public void AddResults( IEnumerable<TResult> results )
Public Sub AddResults ( results As IEnumerable(Of TResult) ) Dim instance As AFListResults Dim results As IEnumerable(Of TResult) instance.AddResults(results)
public: void AddResults( IEnumerable<TResult>^ results )
member AddResults : results : IEnumerable<'TResult> -> unit
Parameters
- results
- Type: System.Collections.GenericIEnumerableTResult
The list of results to be added.
Remarks
This method will add the list of results to the Results list.