ESRI.ArcGIS.ADF.ArcGISServer
BeginGetMobileMapInfo Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > MobileServerProxy Class : BeginGetMobileMapInfo Method




callback
asyncState

Syntax

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

Parameters

callback
asyncState

See Also

© 2010 All Rights Reserved.