AFDataCache Constructor (Int32)
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
Create new instance of AFDataCache with a initial capacity set.
Namespace: OSIsoft.AF.Data
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFDataCache( int capacity )
Public Sub New ( capacity As Integer ) Dim capacity As Integer Dim instance As New AFDataCache(capacity)
public: AFDataCache( int capacity )
new : capacity : int -> AFDataCache
Parameters
- capacity
- Type: SystemInt32
Specifies the initial capacity of the number of AFAttributes to be managed.