com.esri.arcgis.geodatabase
Interface esriReplicaState

All Superinterfaces:
Serializable

public interface esriReplicaState
extends Serializable

The Replica state.

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:

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Field Summary
static int esriReplicaStateSendingAcknowledgment
          Sending acknowledgement state.
static int esriReplicaStateSendingData
          Sending data state.
static int esriReplicaStateWaitingForData
          Waiting for data state.
 

Field Detail

esriReplicaStateSendingData

static final int esriReplicaStateSendingData
Sending data state.

See Also:
Constant Field Values

esriReplicaStateWaitingForData

static final int esriReplicaStateWaitingForData
Waiting for data state.

See Also:
Constant Field Values

esriReplicaStateSendingAcknowledgment

static final int esriReplicaStateSendingAcknowledgment
Sending acknowledgement state.

See Also:
Constant Field Values