AFDataPipeStatistics.EventCount Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
The number of events produced by the update.
Namespace: OSIsoft.AF.Data
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
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