Share via


UpdatedODataResult<T>.ExecuteResultAsync(ActionContext) Method

Definition

Executes the result operation of the action method asynchronously. This method is called by MVC to process the result of an action method.

public virtual System.Threading.Tasks.Task ExecuteResultAsync (Microsoft.AspNetCore.Mvc.ActionContext context);
abstract member ExecuteResultAsync : Microsoft.AspNetCore.Mvc.ActionContext -> System.Threading.Tasks.Task
override this.ExecuteResultAsync : Microsoft.AspNetCore.Mvc.ActionContext -> System.Threading.Tasks.Task
Public Overridable Function ExecuteResultAsync (context As ActionContext) As Task

Parameters

context
ActionContext

Returns

Implements

Applies to