ESRI.ArcGIS.ADF.ArcGISServer
ApplyEditsAsync(TableEdit[]) Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > FeatureServerProxy Class > ApplyEditsAsync Method : ApplyEditsAsync(TableEdit[]) Method




TableEdits

Syntax

Visual Basic (Declaration) 
Public Overloads Sub ApplyEditsAsync( _
   ByVal TableEdits() As TableEdit _
) 
Visual Basic (Usage)Copy Code
Dim instance As FeatureServerProxy
Dim TableEdits() As TableEdit
 
instance.ApplyEditsAsync(TableEdits)
C# 
public void ApplyEditsAsync( 
   TableEdit[] TableEdits
)

Parameters

TableEdits

See Also

© 2010 All Rights Reserved.