AFListResults(TKey, TResult).AddResults Method
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
Add a list of results to the Results list.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
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.