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