AFKeyedResults(TKey, TResult) Methods
- Last UpdatedNov 18, 2025
- 3 minute read
- PI System
- AF SDK 2024 R2
- Developer
The AFKeyedResultsTKey, 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 dictionary.
| |
| 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.) | |
| TryGetValue |
Gets the value associated with the specified key.
|
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.) |