ESRI.ArcGIS.ADF.ArcGISServer
GetImageAsync(GeoImageDescription,Object) Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > ImageServerProxy Class > GetImageAsync Method : GetImageAsync(GeoImageDescription,Object) Method




ImageDescription
userState

Syntax

Visual Basic (Declaration) 
Public Overloads Sub GetImageAsync( _
   ByVal ImageDescription As GeoImageDescription, _
   ByVal userState As Object _
) 
Visual Basic (Usage)Copy Code
Dim instance As ImageServerProxy
Dim ImageDescription As GeoImageDescription
Dim userState As Object
 
instance.GetImageAsync(ImageDescription, userState)
C# 
public void GetImageAsync( 
   GeoImageDescription ImageDescription,
   object userState
)

Parameters

ImageDescription
userState

See Also

© 2010 All Rights Reserved.