ESRI.ArcGIS.ADF.ArcGISServer
BeginGetToolNames Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > GPServerProxy Class : BeginGetToolNames Method




callback
asyncState

Syntax

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

Parameters

callback
asyncState

See Also

© 2010 All Rights Reserved.