BlazorApplication.InvokeAsync Method
Name | Parameters | Description |
---|---|---|
InvokeAsync(Action) | action | Executes code on Blazor’s synchronization context. |
InvokeAsync(Func<Task>) | func | Executes code on Blazor’s synchronization context. |
InvokeAsync<T>(Func<T>) | func | Executes code on Blazor’s synchronization context. |
InvokeAsync<T>(Func<Task<T>>) | func | Executes code on Blazor’s synchronization context. |