ESRI.ArcGIS.ADF.ArcGISServer
EndExportImage Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > ImageServerProxy Class : EndExportImage Method




asyncResult

Syntax

Visual Basic (Declaration) 
Public Function EndExportImage( _
   ByVal asyncResult As IAsyncResult _
) As ImageResult
Visual Basic (Usage)Copy Code
Dim instance As ImageServerProxy
Dim asyncResult As IAsyncResult
Dim value As ImageResult
 
value = instance.EndExportImage(asyncResult)
C# 
public ImageResult EndExportImage( 
   IAsyncResult asyncResult
)

Parameters

asyncResult

See Also

© 2010 All Rights Reserved.