Skip to main content
All docs
V24.2
.NET 8.0+
  • The page you are viewing does not exist in the .NET Framework 4.6.2+ platform documentation. This link will take you to the parent topic of the current section.

BlazorApplication.InvokeAsync<T>(Func<Task<T>>) Method

Namespace: DevExpress.ExpressApp.Blazor

Assembly: DevExpress.ExpressApp.Blazor.v24.2.dll

NuGet Package: DevExpress.ExpressApp.Blazor

Declaration

public virtual Task<T> InvokeAsync<T>(
    Func<Task<T>> func
)

Parameters

Name Type
func Func<Task<T>>

Type Parameters

Name
T

Returns

Type
Task<T>
See Also