2 references to InvokeAsync
Microsoft.JSInterop.Tests (2)
JSRuntimeExtensionsTest.cs (2)
106var result = await jsRuntime.Object.InvokeAsync<string>(method, TimeSpan.FromMinutes(5), args); 129var result = await jsRuntime.Object.InvokeAsync<string>(method, Timeout.InfiniteTimeSpan, args);