ESRI.ArcGIS.ADF.ArcGISServer
BeginGetNetworkDescription Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > NAServerProxy Class : BeginGetNetworkDescription Method




NALayerName
callback
asyncState

Syntax

Visual Basic (Declaration) 
Public Function BeginGetNetworkDescription( _
   ByVal NALayerName As String, _
   ByVal callback As AsyncCallback, _
   ByVal asyncState As Object _
) As IAsyncResult
Visual Basic (Usage)Copy Code
Dim instance As NAServerProxy
Dim NALayerName As String
Dim callback As AsyncCallback
Dim asyncState As Object
Dim value As IAsyncResult
 
value = instance.BeginGetNetworkDescription(NALayerName, callback, asyncState)
C# 
public IAsyncResult BeginGetNetworkDescription( 
   string NALayerName,
   AsyncCallback callback,
   object asyncState
)

Parameters

NALayerName
callback
asyncState

See Also

© 2010 All Rights Reserved.