ESRI.ArcGIS.ADF.Web.DataSources.VirtualEarthService
GetCountryRegionInfoAsync(Int32[],Object) Method
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.VirtualEarthService.TokenService Namespace > CommonService Class > GetCountryRegionInfoAsync Method : GetCountryRegionInfoAsync(Int32[],Object) Method




entityIDs
userState

Syntax

Visual Basic (Declaration) 
Public Overloads Sub GetCountryRegionInfoAsync( _
   ByVal entityIDs() As Integer, _
   ByVal userState As Object _
) 
Visual Basic (Usage)Copy Code
Dim instance As CommonService
Dim entityIDs() As Integer
Dim userState As Object
 
instance.GetCountryRegionInfoAsync(entityIDs, userState)
C# 
public void GetCountryRegionInfoAsync( 
   int[] entityIDs,
   object userState
)

Parameters

entityIDs
userState

See Also

© 2010 All Rights Reserved.