GeoData service ImportAcknowledgement method
Imports an acknowledgement message for a replica.
ImportAcknowledgement(GDSData Data)
| Parameter | Description | 
|---|---|
| Data | Specifies the acknowledgement message to import. The Data parameter is used to specify the Acknowledgement message to import. See IGDSData for more information. | 
Return Value
No return value.
Remarks
This method is used to import an acknowledgement message into a replica. Use this method when synchronizing replicas in a disconnected environment (such as using a geodata service). The acknowledgement message must first be generated by calling the ExportAcknowledgement method.
11/8/2016