Skip to main content

ReportingControllerBase<TSyncRequestManager, TAsyncRequestManager, TLocalizationProvider>.InvokeAsync() Method

Namespace: DevExpress.Web.Mvc.Controllers

Assembly: DevExpress.Web.Mvc5.v24.1.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public virtual Task<ActionResult> InvokeAsync()

Returns

Type
Task<ActionResult>
See Also