This topic has not yet been rated - Rate this topic

IAsyncController.BeginExecute Method

.NET Framework 4

Executes the specified request context.

Namespace:  System.Web.Mvc.Async
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
IAsyncResult BeginExecute(
	RequestContext requestContext,
	AsyncCallback callback,
	Object state
)

Parameters

requestContext
Type: System.Web.Routing.RequestContext
The request context.
callback
Type: System.AsyncCallback
The asynchronous callback method.
state
Type: System.Object
The state.

Return Value

Type: System.IAsyncResult
The status of the asynchronous operation.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.