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




in_geodatabase
Specifies the replica geodatabase from which to reexport the unacknowledged messages. The geodatabase may be a local geodatabase or a geodata service. (In, Required)
output_delta_file
Specifies the delta file in which to reexport data changes. (Out, Required)
in_replica
The replica from which the unacknowledgement messages will be reexported. (In, Required)
in_export_option
Export options (in)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

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

Parameters

in_geodatabase
Specifies the replica geodatabase from which to reexport the unacknowledged messages. The geodatabase may be a local geodatabase or a geodata service. (In, Required)
output_delta_file
Specifies the delta file in which to reexport data changes. (Out, Required)
in_replica
The replica from which the unacknowledgement messages will be reexported. (In, Required)
in_export_option
Export options (in)

See Also

© 2010 All Rights Reserved.