ESRI.ArcGIS.ADF.ArcGISServer
GetTablesAsync(ServerSymbolOutputOptions,Boolean,Object) Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > FeatureServerProxy Class > GetTablesAsync Method : GetTablesAsync(ServerSymbolOutputOptions,Boolean,Object) Method




SymbolOutputOptions
IgnoreLayers
userState

Syntax

Visual Basic (Declaration) 
Public Overloads Sub GetTablesAsync( _
   ByVal SymbolOutputOptions As ServerSymbolOutputOptions, _
   ByVal IgnoreLayers As Boolean, _
   ByVal userState As Object _
) 
Visual Basic (Usage)Copy Code
Dim instance As FeatureServerProxy
Dim SymbolOutputOptions As ServerSymbolOutputOptions
Dim IgnoreLayers As Boolean
Dim userState As Object
 
instance.GetTablesAsync(SymbolOutputOptions, IgnoreLayers, userState)
C# 
public void GetTablesAsync( 
   ServerSymbolOutputOptions SymbolOutputOptions,
   bool IgnoreLayers,
   object userState
)

Parameters

SymbolOutputOptions
IgnoreLayers
userState

See Also

© 2010 All Rights Reserved.