ESRI.ArcGIS.ADF.Web.DataSources.VirtualEarthService
BeginGetCountryRegionInfo Method
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.VirtualEarthService.TokenService Namespace > CommonService Class : BeginGetCountryRegionInfo Method




entityIDs
callback
asyncState

Syntax

Visual Basic (Declaration) 
Public Function BeginGetCountryRegionInfo( _
   ByVal entityIDs() As Integer, _
   ByVal callback As AsyncCallback, _
   ByVal asyncState As Object _
) As IAsyncResult
Visual Basic (Usage)Copy Code
Dim instance As CommonService
Dim entityIDs() As Integer
Dim callback As AsyncCallback
Dim asyncState As Object
Dim value As IAsyncResult
 
value = instance.BeginGetCountryRegionInfo(entityIDs, callback, asyncState)
C# 
public IAsyncResult BeginGetCountryRegionInfo( 
   int[] entityIDs,
   AsyncCallback callback,
   object asyncState
)

Parameters

entityIDs
callback
asyncState

See Also

© 2010 All Rights Reserved.