Implemented interface member:
method
InvokeAsync<TValue>
Microsoft.JSInterop.IJSRuntime.InvokeAsync<TValue>(System.String, System.Threading.CancellationToken, System.Object[])
2 overrides of InvokeAsync
Microsoft.AspNetCore.Components.WebAssembly.Tests (2)
PullFromJSDataStreamTest.cs (2)
161public override ValueTask<TValue> InvokeAsync<TValue>(string identifier, CancellationToken cancellationToken, object[] args) 175public override ValueTask<TValue> InvokeAsync<TValue>(string identifier, CancellationToken cancellationToken, object[] args)
1 reference to InvokeAsync
Microsoft.AspNetCore.Components.WebAssembly.Tests (1)
PullFromJSDataStreamTest.cs (1)
134=> await InvokeAsync<TValue>(identifier, CancellationToken.None, args);