GeoData Service ImportAcknowledgement method

Import an acknowledgement message for a replica.

 

ImportAcknowledgement(GDSData Data)

 

Parameter

Description

Data

Specifies the Acknowledgement message to import. See GDSData for more information.

 

 

Return Value

 

No return value.

 

Remarks

 

The ImportAcknowledgement 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.  

 

Examples

C#

VB.NET

Java