GeoData Service ExportAcknowledgement method

Export an acknowledgement message for a replica.

 

ExportAcknowledgement(string ReplicaName, esriGDSTransportType TransportType)

 

Parameter

Description

ReplicaName

 

Name of the replica.

TransportType

Defines how the client will be able to retrieve the results.  See esriGDSTransportType for more information.

 

 

Return Value

 

A GDSData object containing acknowledgment files stored in an XML format.

 

Remarks

 

The ExportAcknowledgement method is used to export an acknowledgement message from a replica.  Use this method when synchronizing replicas in a disconnected environment.  This method should be used in conjunction with ImportAcknowledgement method where the acknowledgement message can be imported by the relative replica.

 

Examples

C#

VB.NET

Java