AFRpcMetric.Count Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
The total number of times this remote procedure call has been called.
Namespace: OSIsoft.AF.Diagnostics
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public long Count { get; }
Public ReadOnly Property Count As Long Get Dim instance As AFRpcMetric Dim value As Long value = instance.Count
public: property long long Count { long long get (); }
member Count : int64 with get