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


IReplicaProgress.ReplicaOperations 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.ReplicaOperations Property
ArcGIS Developer Help

IReplicaProgress.ReplicaOperations Property

The number of operations to perform in a check-out.

[Visual Basic .NET]
Public WriteOnly Property ReplicaOperations
[C#]
public void ReplicaOperations {set;}
[C++]
HRESULT put_ReplicaOperations(
  long 
);
[C++]
Parameters
 [in]

is a parameter of type long

Product Availability

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

See Also

IReplicaProgress Interface