AFDataCache.WriteToCache Method
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Overload List
| Name | Description | |
|---|---|---|
| WriteToCache(AFAttribute, IListAFValue) |
Initialize the data cache of the AFAttribute with passed values. The AFAttribute
must already be added to the AFDataCache with Manual
or ManualRange.
| |
| WriteToCache(AFValue, AFUpdateOption) |
Writes value to the data cache. The AFAttribute property of the passed AFValue is the key
to lookup the data cache. This AFAttribute must already be added to the
AFDataCache with Manual or ManualRange.
|