2 implementations of InvokeAsync
Microsoft.AspNetCore.Components.QuickGrid.Tests (1)
GridRaceConditionTest.cs (1)
184
public ValueTask<TValue>
InvokeAsync
<TValue>(string identifier, object[] args)
Microsoft.JSInterop (1)
Implementation\JSObjectReference.cs (1)
37
public ValueTask<TValue>
InvokeAsync
<[DynamicallyAccessedMembers(JsonSerialized)] TValue>(string identifier, object?[]? args)
2 references to InvokeAsync
Microsoft.JSInterop (2)
JSObjectReferenceExtensions.cs (2)
26
await jsObjectReference.
InvokeAsync
<IJSVoidResult>(identifier, args);
45
return jsObjectReference.
InvokeAsync
<TValue>(identifier, args);