AFCollectiveMember.CommunicationStatus Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
The status of the communication between the members of the collective.
Namespace: OSIsoft.AF.Collective
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public AFCommunicationStatus CommunicationStatus { get; }
Public ReadOnly Property CommunicationStatus As AFCommunicationStatus Get Dim instance As AFCollectiveMember Dim value As AFCommunicationStatus value = instance.CommunicationStatus
public: property AFCommunicationStatus CommunicationStatus { AFCommunicationStatus get (); }
member CommunicationStatus : AFCommunicationStatus with get
Property Value
Type: AFCommunicationStatusReturns the status of the communication between the members of the collective.
Remarks
This represents the status of the communication between the
AF Application Service for this collective member and the
AF Application Service for the Primary member of
the collective. Each Secondary member of
the collective communicates its status information back to the
Primary member of the collective using
a Windows Communication Foundation (WCF) connection.