AFCollectiveMember.StopReplication Method
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Stop the collective member from replicating data between members.
Namespace: OSIsoft.AF.Collective
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public void StopReplication()
Public Sub StopReplication Dim instance As AFCollectiveMember instance.StopReplication()
public: void StopReplication()
member StopReplication : unit -> unit
Remarks
If stopping replication on the Primary,
then replication will first be stopped in each Secondary.
If that is successful, then replication will be stopped on the
Primary.