AsyncActionDescriptor.BeginExecute Method (ControllerContext, IDictionary(Of String, Object), AsyncCallback, Object)
Invokes the asynchronous action method by using the specified parameters and controller context.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Public MustOverride Function BeginExecute ( controllerContext As ControllerContext, parameters As IDictionary(Of String, Object), callback As AsyncCallback, state As Object ) As IAsyncResult
Parameters
- controllerContext
-
Type:
System.Web.Mvc.ControllerContext
The controller context.
- parameters
-
Type:
System.Collections.Generic.IDictionary(Of String, Object)
The parameters of the action method.
- callback
-
Type:
System.AsyncCallback
The callback method.
- state
-
Type:
System.Object
An object that contains information to be used by the callback method. This parameter can be null.
Show: