Freigeben über


ObjectResultExecutor.ExecuteAsync(ActionContext, ObjectResult) Methode

Definition

Führt ObjectResult aus.

public:
 virtual System::Threading::Tasks::Task ^ ExecuteAsync(Microsoft::AspNetCore::Mvc::ActionContext ^ context, Microsoft::AspNetCore::Mvc::ObjectResult ^ result);
public virtual System.Threading.Tasks.Task ExecuteAsync (Microsoft.AspNetCore.Mvc.ActionContext context, Microsoft.AspNetCore.Mvc.ObjectResult result);
abstract member ExecuteAsync : Microsoft.AspNetCore.Mvc.ActionContext * Microsoft.AspNetCore.Mvc.ObjectResult -> System.Threading.Tasks.Task
override this.ExecuteAsync : Microsoft.AspNetCore.Mvc.ActionContext * Microsoft.AspNetCore.Mvc.ObjectResult -> System.Threading.Tasks.Task
Public Overridable Function ExecuteAsync (context As ActionContext, result As ObjectResult) As Task

Parameter

context
ActionContext

Das ActionContext für die aktuelle Anforderung.

Gibt zurück

Eine Task , die abgeschlossen wird, sobald die ObjectResult in die Antwort geschrieben wurde.

Implementiert

Gilt für: