AFListResults(TKey, TResult) Methods
- Last UpdatedNov 18, 2025
- 3 minute read
- PI System
- AF SDK 2024 R2
- Developer
The AFListResultsTKey, TResult generic type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AddError | (Inherited from AFErrorsTKey.) | |
| AddPIServerError |
Add a PIServer specific error.
(Inherited from AFErrorsTKey.) | |
| AddPISystemError |
Add a PISystem specific error.
(Inherited from AFErrorsTKey.) | |
| AddResult |
Add a result to the Results list.
| |
| AddResults |
Add a list of results to the Results list.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Extension Methods
| Name | Description | |
|---|---|---|
| ChunkedByTResult |
This extension method breaks up search results into chunks to make it easier to
page through and process IEnumerableT collections in chunks.
(Defined by AFSDKExtension.) |