Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

AFKeyedResults(TKey, TResult) Constructor (Int32)

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFKeyedResults(TKey, TResult) Constructor (Int32)

Namespace:  OSIsoft.AF
Assembly:  OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182

Syntax

public AFKeyedResults(
	int capacity
)
Public Sub New ( 
	capacity As Integer
)

Dim capacity As Integer

Dim instance As New AFKeyedResults(capacity)
public:
AFKeyedResults(
	int capacity
)
new : 
        capacity : int -> AFKeyedResults

Parameters

capacity
Type: SystemInt32
The number of Results that the new list can initially store.

Remarks

The capacity of the Results is the number of results that Results can store. As results are added to the Results list, the capacity is automatically increased as required by reallocating the internal memory for storing the list.

Version Information

AFSDK


See Also

TitleResults for “How to create a CRG?”Also Available in