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