IAFDataProvider Interface
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- 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.2.0.7
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.
|