ESRI.ArcGIS.DataManagementTools
ExportAcknowledgementMessage Constructor(Object,Object,String)
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.DataManagementTools Namespace > ExportAcknowledgementMessage Class > ExportAcknowledgementMessage Constructor : ExportAcknowledgementMessage Constructor(Object,Object,String)




in_geodatabase
Specifies the replica geodatabase from which to export the acknowledgement message. The geodatabase may be local or remote. (In, Required)
out_acknowledgement_file
Specifies the delta file to export to. (Out, Required)
in_replica
The replica from which the acknowledgement message will be exported. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_geodatabase As Object, _
   ByVal out_acknowledgement_file As Object, _
   ByVal in_replica As String _
)
Visual Basic (Usage)Copy Code
Dim in_geodatabase As Object
Dim out_acknowledgement_file As Object
Dim in_replica As String
 
Dim instance As ExportAcknowledgementMessage(in_geodatabase, out_acknowledgement_file, in_replica)
C# 
public ExportAcknowledgementMessage( 
   object in_geodatabase,
   object out_acknowledgement_file,
   string in_replica
)

Parameters

in_geodatabase
Specifies the replica geodatabase from which to export the acknowledgement message. The geodatabase may be local or remote. (In, Required)
out_acknowledgement_file
Specifies the delta file to export to. (Out, Required)
in_replica
The replica from which the acknowledgement message will be exported. (In, Required)

See Also

© 2010 All Rights Reserved.