AFDataPipeStatistics.EventCount Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
The number of events produced by the update.
Namespace: OSIsoft.AF.Data
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public int EventCount { get; }
Public ReadOnly Property EventCount As Integer Get Dim instance As AFDataPipeStatistics Dim value As Integer value = instance.EventCount
public: property int EventCount { int get (); }
member EventCount : int with get