AFCollectiveMember.LastCommunicationTime Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
The last communication time to the primary server within the collective.
Namespace: OSIsoft.AF.Collective
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public AFTime LastCommunicationTime { get; }
Public ReadOnly Property LastCommunicationTime As AFTime Get Dim instance As AFCollectiveMember Dim value As AFTime value = instance.LastCommunicationTime
public: property AFTime LastCommunicationTime { AFTime get (); }
member LastCommunicationTime : AFTime with get
Property Value
Type: AFTimeReturns the last communication time to the primary server within the collective.