AFRpcMetric.Milliseconds Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
The total time spent executing this remote procedure call in milliseconds.
Namespace: OSIsoft.AF.Diagnostics
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public double Milliseconds { get; }
Public ReadOnly Property Milliseconds As Double Get Dim instance As AFRpcMetric Dim value As Double value = instance.Milliseconds
public: property double Milliseconds { double get (); }
member Milliseconds : float with get