ArcObjects Library Reference (GeoDatabaseDistributed)  

IDataChanges3.ReplicaState Property

The state of the replica that is the source of the data changes.

[Visual Basic .NET]
Public ReadOnly Property ReplicaState As esriReplicaState
[C#]
public esriReplicaState ReplicaState {get;}
[C++]
HRESULT get_ReplicaState(
  esriReplicaState* ReplicaState
);
[C++]

Parameters

ReplicaState [out, retval]

  ReplicaState is a parameter of type esriReplicaState

Product Availability

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

Remarks

Returns the replica state which is the source of the data changes.  The replica can be in a sending data state, sending acknowledgement state, or a waiting for data state.  See the esriReplicaState enumeration for more information.

See Also

IDataChanges3 Interface