ESRI.ArcGIS.ADF.ArcGISServer
BeginGetConfiguration Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > GlobeServerProxy Class : BeginGetConfiguration Method




LayerID
callback
asyncState

Syntax

Visual Basic (Declaration) 
Public Function BeginGetConfiguration( _
   ByVal LayerID As Integer, _
   ByVal callback As AsyncCallback, _
   ByVal asyncState As Object _
) As IAsyncResult
Visual Basic (Usage)Copy Code
Dim instance As GlobeServerProxy
Dim LayerID As Integer
Dim callback As AsyncCallback
Dim asyncState As Object
Dim value As IAsyncResult
 
value = instance.BeginGetConfiguration(LayerID, callback, asyncState)
C# 
public IAsyncResult BeginGetConfiguration( 
   int LayerID,
   AsyncCallback callback,
   object asyncState
)

Parameters

LayerID
callback
asyncState

See Also

© 2010 All Rights Reserved.