ESRI.ArcGIS.ADF.ArcGISServer
BeginGetDataElements Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > GeoDataServerProxy Class : BeginGetDataElements Method




BrowseOptions
callback
asyncState

Syntax

Visual Basic (Declaration) 
Public Function BeginGetDataElements( _
   ByVal BrowseOptions As DEBrowseOptions, _
   ByVal callback As AsyncCallback, _
   ByVal asyncState As Object _
) As IAsyncResult
Visual Basic (Usage)Copy Code
Dim instance As GeoDataServerProxy
Dim BrowseOptions As DEBrowseOptions
Dim callback As AsyncCallback
Dim asyncState As Object
Dim value As IAsyncResult
 
value = instance.BeginGetDataElements(BrowseOptions, callback, asyncState)
C# 
public IAsyncResult BeginGetDataElements( 
   DEBrowseOptions BrowseOptions,
   AsyncCallback callback,
   object asyncState
)

Parameters

BrowseOptions
callback
asyncState

See Also

© 2010 All Rights Reserved.