ESRI.ArcGIS.ADF.ArcGISServer
GetDataElementsAsync(DEBrowseOptions,Object) Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > GeoDataServerProxy Class > GetDataElementsAsync Method : GetDataElementsAsync(DEBrowseOptions,Object) Method




BrowseOptions
userState

Syntax

Visual Basic (Declaration) 
Public Overloads Sub GetDataElementsAsync( _
   ByVal BrowseOptions As DEBrowseOptions, _
   ByVal userState As Object _
) 
Visual Basic (Usage)Copy Code
Dim instance As GeoDataServerProxy
Dim BrowseOptions As DEBrowseOptions
Dim userState As Object
 
instance.GetDataElementsAsync(BrowseOptions, userState)
C# 
public void GetDataElementsAsync( 
   DEBrowseOptions BrowseOptions,
   object userState
)

Parameters

BrowseOptions
userState

See Also

© 2010 All Rights Reserved.