AFSDKExtension Methods
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
The AFSDKExtension type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| ChunkedByT |
This extension method breaks up search results into chunks to make it easier to
page through and process IEnumerableT collections in chunks.
| |
| FilterBy(IEnumerableAFElementTemplate, Type) |
This extension method will filter a collection of AFElementTemplate items
by InstanceType.
| |
| FilterByT(IEnumerableT, AFCategory) |
This extension method will filter a collection by AFCategory.
| |
| IsGoodStatus |
This extension method will indicate if the AFSyncStatus
is considered a good status.
| |
| IsRetryable |
This extension method will indicate if the Exception
is considered retryable.
|