AFRpcMetric.Milliseconds Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- 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.1.1.1182
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