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


IReplicaLog.SynchronizeOperation Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IReplicaLog Interface > IReplicaLog.SynchronizeOperation Property
ArcGIS Developer Help

IReplicaLog.SynchronizeOperation Property

The synchronize operation.

[Visual Basic .NET]
Public ReadOnly Property SynchronizeOperation As esriSynchronizationOperations
[C#]
public esriSynchronizationOperations SynchronizeOperation {get;}
[C++]
HRESULT get_SynchronizeOperation(
  esriSynchronizationOperations* syncOp
);
[C++]
Parameters
syncOp [out, retval]

syncOp is a parameter of type esriSynchronizationOperations*

Product Availability

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

See Also

IReplicaLog Interface