This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > ID > IDataChanges3 Interface > IDataChanges3.ReplicaState Property (ArcObjects .NET 10.5 SDK) |
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
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.