ESRI.ArcGIS.ADF.ArcGISServer
BeginGetMapName Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > MapServerProxy Class : BeginGetMapName Method




Index
callback
asyncState

Syntax

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

Parameters

Index
callback
asyncState

See Also

© 2010 All Rights Reserved.