AFRpcMetric.Count Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- 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.2.0.7
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