AFCollectiveMember.SyncStatus Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
The status of the synchronization between the members of the collective.
Namespace: OSIsoft.AF.Collective
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFSyncStatus SyncStatus { get; }
Public ReadOnly Property SyncStatus As AFSyncStatus Get Dim instance As AFCollectiveMember Dim value As AFSyncStatus value = instance.SyncStatus
public: property AFSyncStatus SyncStatus { AFSyncStatus get (); }
member SyncStatus : AFSyncStatus with get
Property Value
Type: AFSyncStatusReturns the status of the synchronization between the members of the collective.
Remarks
This represents the status of the synchronization of the data between the
PI Asset Database for the Primary member of the collective
and the PI Asset Database for this collective member.
SQL Replication is used to synchronize the data from the PI Asset Database for the primary
collective member to the PI Asset Database for each secondary collective member.