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