BlazorApplication.InvokeAsync Method
Name | Parameters |
---|---|
InvokeAsync(Action) | action |
InvokeAsync(Func<Task>) | func |
InvokeAsync<T>(Func<T>) | func |
InvokeAsync<T>(Func<Task<T>>) | func |
Name | Parameters |
---|---|
InvokeAsync(Action) | action |
InvokeAsync(Func<Task>) | func |
InvokeAsync<T>(Func<T>) | func |
InvokeAsync<T>(Func<Task<T>>) | func |