HttpControllerHandler.EndProcessRequest Method
Provides an asynchronous process End method when the process ends.
Namespace: System.Web.Http.WebHost
Assembly: System.Web.Http.WebHost (in System.Web.Http.WebHost.dll)
Syntax
'Declaration
Protected Overridable Sub EndProcessRequest ( _
result As IAsyncResult _
)
'Usage
Dim result As IAsyncResult
Me.EndProcessRequest(result)
protected virtual void EndProcessRequest(
IAsyncResult result
)
protected:
virtual void EndProcessRequest(
IAsyncResult^ result
)
abstract EndProcessRequest :
result:IAsyncResult -> unit
override EndProcessRequest :
result:IAsyncResult -> unit
protected function EndProcessRequest(
result : IAsyncResult
)
Parameters
- result
Type: System.IAsyncResult
An IAsyncResult that contains information about the status of the process.