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 UpdatedNov 18, 2025
  • 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.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.

Version Information

AFSDK


See Also

In This Topic
TitleResults for “How to create a CRG?”Also Available in