IAFDataProvider Interface
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
An interface for providing cache-enabled AFData instances that can be used to generate inputs for calculations.
Namespace: OSIsoft.AF.Data
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public interface IAFDataProvider
Public Interface IAFDataProvider Dim instance As IAFDataProvider
public interface class IAFDataProvider
type IAFDataProvider = interface end
The IAFDataProvider type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| TryGetItem |
Acquires a cache-enabled AFData instance if one is available.
|