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


IGraphicFeatureServerReplication.ExportReplicaDataChanges Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGraphicFeatureServerReplication Interface > IGraphicFeatureServerReplication.ExportReplicaDataChanges Method
ArcGIS Developer Help

IGraphicFeatureServerReplication.ExportReplicaDataChanges Method

Exports data changes for a replica.

[Visual Basic .NET]
Public Function ExportReplicaDataChanges ( _
    ByVal replicaName As String, _
    ByVal options As IGDSExportOptions, _
    ByVal TransportType As esriGDSTransportType _
) As IGDSData
[C#]
public IGDSData ExportReplicaDataChanges (
    string replicaName,
    IGDSExportOptions options,
    esriGDSTransportType TransportType
);
[C++]
HRESULT ExportReplicaDataChanges(
  BSTR replicaName,
  IGDSExportOptions* options,
  esriGDSTransportType TransportType
);
[C++]
Parameters
replicaName [in]

replicaName is a parameter of type BSTR options [in]
options is a parameter of type IGDSExportOptions* TransportType [in]
TransportType is a parameter of type esriGDSTransportType

Product Availability

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

See Also

IGraphicFeatureServerReplication Interface