AFAnalysis.MaximumQueueSize Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
The maximum queue size for the analysis.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public int MaximumQueueSize { get; set; }
Public Property MaximumQueueSize As Integer Get Set Dim instance As AFAnalysis Dim value As Integer value = instance.MaximumQueueSize instance.MaximumQueueSize = value
public: property int MaximumQueueSize { int get (); void set (int value); }
member MaximumQueueSize : int with get, set
Property Value
Type: Int32Returns the maximum queue size for the analysis.