Implemented interface member:
method
InvokeAsync<TValue>
Microsoft.JSInterop.IJSRuntime.InvokeAsync<TValue>(System.String, System.Threading.CancellationToken, System.Object[])
3 references to InvokeAsync
Microsoft.JSInterop (1)
JSRuntime.cs (1)
61/// consider using <see cref="InvokeAsync{TValue}(string, CancellationToken, object[])" />.
Microsoft.JSInterop.Tests (2)
JSRuntimeTest.cs (2)
77var task = runtime.InvokeAsync<object>("test identifier 1", cts.Token, new object[] { "arg1", 123, true }); 94var task = runtime.InvokeAsync<object>("test identifier 1", cts.Token, new object[] { "arg1", 123, true });