Controller.IAsyncController.BeginExecute Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Cette méthode appelle la méthode BeginExecute.
IAsyncResult IAsyncController.BeginExecute (System.Web.Routing.RequestContext requestContext, AsyncCallback callback, object state);
abstract member System.Web.Mvc.Async.IAsyncController.BeginExecute : System.Web.Routing.RequestContext * AsyncCallback * obj -> IAsyncResult
override this.System.Web.Mvc.Async.IAsyncController.BeginExecute : System.Web.Routing.RequestContext * AsyncCallback * obj -> IAsyncResult
Function BeginExecute (requestContext As RequestContext, callback As AsyncCallback, state As Object) As IAsyncResult Implements IAsyncController.BeginExecute
Paramètres
- requestContext
- RequestContext
Contexte de la requête.
- callback
- AsyncCallback
Rappel asynchrone.
- state
- Object
État de l'objet.
Retours
Résultat de l'opération.