This document is archived and information here might be outdated.  Recommended version.


IDataChanges3.ReplicaState Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > ID > IDataChanges3 Interface > IDataChanges3.ReplicaState Property
ArcGIS Developer Help

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