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


IReplicaProgress.CurrentReplicaOperation Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > IR > IReplicaProgress Interface > IReplicaProgress.CurrentReplicaOperation Property
ArcGIS Developer Help

IReplicaProgress.CurrentReplicaOperation Property

The current operation in a check-out process.

[Visual Basic .NET]
Public WriteOnly Property CurrentReplicaOperation
[C#]
public void CurrentReplicaOperation {set;}
[C++]
HRESULT put_CurrentReplicaOperation(
  esriReplicaProgress 
);
[C++]
Parameters
 [in]

is a parameter of type esriReplicaProgress

Product Availability

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

See Also

IReplicaProgress Interface