The Replica state.
Constant | Value | Description |
---|---|---|
esriReplicaStateSendingData | 1 | Sending data state. |
esriReplicaStateWaitingForData | 2 | Waiting for data state. |
esriReplicaStateSendingAcknowledgment | 4 | Sending acknowledgement state. |
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
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:
- esriReplicaStateSendingData = 1 - The replica is in the Sending Data state.
- esriReplicaStateWaitingForData = 2 - The replica is in the Waiting for Data state.
- esriReplicaStateSendingAcknowledgement = 4 - The replica is in Sending Acknowledgement state.