Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Executes the specified request context.
Namespace: System.Web.Mvc.Async
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
IAsyncResult BeginExecute(
RequestContext requestContext,
AsyncCallback callback,
object state
)
IAsyncResult^ BeginExecute(
RequestContext^ requestContext,
AsyncCallback^ callback,
Object^ state
)
abstract BeginExecute :
requestContext:RequestContext *
callback:AsyncCallback *
state:Object -> IAsyncResult
Function BeginExecute (
requestContext As RequestContext,
callback As AsyncCallback,
state As Object
) As IAsyncResult
Parameters
requestContext
Type: System.Web.Routing.RequestContextThe request context.
callback
Type: System.AsyncCallbackThe asynchronous callback method.
state
Type: System.ObjectThe state.
Return Value
Type: System.IAsyncResult
The status of the asynchronous operation.
See Also
IAsyncController Interface
System.Web.Mvc.Async Namespace
Return to top