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