Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

Product Family
Current publication
Table of Contents

AFReplicationStatus Enumeration

AFReplicationStatus Enumeration
The replication status between servers within the AFCollective.

Namespace:  OSIsoft.AF.Collective
Assembly:  OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.0.1156

Syntax

public enum AFReplicationStatus
Public Enumeration AFReplicationStatus

Dim instance As AFReplicationStatus
public enum class AFReplicationStatus
type AFReplicationStatus

Members

  Member nameValueDescription
Unknown0 The replication status is unknown.
Started1 The replication has started between the primary and the secondary collective member.
Succeeded2 The replication has succeeded between the primary and the secondary collective member.
InProgress3 The replication is in progress between the primary and the secondary collective member.
Idle4 The replication current idle between the primary and the secondary collective member. This is the normal status for replication when there is no data to be replicated.
Retrying5 The replication is retrying between the primary and the secondary collective member.
Failed6 The replication has failed between the primary and the secondary collective member.

Remarks

This enumeration is used as a value of the ReplicationStatus property.

Version Information

AFSDK


See Also

Was this topic helpful?