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




asyncResult

Syntax

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

Parameters

asyncResult

See Also

© 2010 All Rights Reserved.