AFRpcMetric.RetryCount 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 retried.
Namespace: OSIsoft.AF.Diagnostics
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public long RetryCount { get; }
Public ReadOnly Property RetryCount As Long Get Dim instance As AFRpcMetric Dim value As Long value = instance.RetryCount
public: property long long RetryCount { long long get (); }
member RetryCount : int64 with get