2 references to InvokeVoidAsync
Microsoft.JSInterop.Tests (2)
JSRuntimeExtensionsTest.cs (2)
152await jsRuntime.Object.InvokeVoidAsync(method, TimeSpan.FromMinutes(5), args); 173await jsRuntime.Object.InvokeVoidAsync(method, Timeout.InfiniteTimeSpan, args);