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


IReplicaLog.SynchronizeOperation Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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