Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

AFListResults(TKey, TResult).AddResults Method

  • Last UpdatedJan 12, 2026
  • 2 minute read
AFListResults(TKey, TResult).AddResults Method
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.

Version Information

AFSDK


See Also

In This Topic