This document is archived and information here might be outdated. Recommended version. |
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.