Re-exports data changes for a replica.
ReExportReplicaDataChanges(string ReplicaName, GDSExportOptions ExportOptions, esriGDSTransportType TransportType, esriExportGenerationsOption GenerationsToExport)
Parameter |
Description |
ReplicaName |
Name of the replica.
|
ExportOptions
|
Defines the output of the method. This includes
the outut format and whether or not the output will be compressed. See
GDSExportOptions for more information. |
TransportType |
Defines how the client will be able to retrieve
the results. See esriGDSTransportType
for more information. |
GenerationsToExport |
Specifies what data changes to export. You may choose to export all unacknowledged data changes or only the last unacknowledged changes. See esriExportGenerationsOption for more information.
|
Return Value
A GDSData object.
Remarks
The ReExportReplicaDataChanges method is used to re-export previously sent data changes from a replica. Use this method when synchronizing replicas in a disconnected environment. This method is very similar to the ExportReplicaDataChanges method, except it only allows you to re-export changes that have been previously sent. One significant difference involves the GenerationsToExport parameter. You may choose to export all unacknowledged data changes or only the last unacknowledged changes.
Examples