This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Constants > E > esriReplicaState Constants (ArcObjects .NET 10.5 SDK) |
The Replica state.
Constant | Value | Description |
---|---|---|
esriReplicaStateSendingData | 1 | Sending data state. |
esriReplicaStateWaitingForData | 2 | Waiting for data state. |
esriReplicaStateSendingAcknowledgment | 4 | Sending acknowledgement state. |
The esriReplicaState enumerations contains values which represent the replica state. The IGPReplica::ReplicaState property uses the esriReplicaState enumeration to indicate the current state of the replica. The replica state may also be retrieved from the IReplica::ReplicaState property. See the GPReplica and Replica coclasses for more information.
The members of this enumeration are represented as follows: