AFCollectiveMember.StopReplication Method
- Last UpdatedSep 18, 2024
- PI System
- AF SDK 2024
- Developer
Stop the collective member from replicating data between members.
Namespace: OSIsoft.AF.Collective
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.0.1156
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.