ESRI.ArcGIS.ADF.Web
EndProcessRequest Method
See Also 
ESRI.ArcGIS.ADF.Web Namespace > ImageHandler Class : EndProcessRequest Method




result
An IAsyncResult that contains information about the status of the process.IAsyncResult
Identifies the end of the asyncronous request

Syntax

Visual Basic (Declaration) 
Public Sub EndProcessRequest( _
   ByVal result As IAsyncResult _
) 
Visual Basic (Usage)Copy Code
Dim instance As ImageHandler
Dim result As IAsyncResult
 
instance.EndProcessRequest(result)
C# 
public void EndProcessRequest( 
   IAsyncResult result
)

Parameters

result
An IAsyncResult that contains information about the status of the process.IAsyncResult

See Also

© 2010 All Rights Reserved.