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