Implemented interface member:
method
InvokeAsync<TResult>
Aspire.Hosting.RemoteHost.ICallbackInvoker.InvokeAsync<TResult>(System.String, System.Text.Json.Nodes.JsonNode, System.Threading.CancellationToken)
1 reference to InvokeAsync
Aspire.Hosting.RemoteHost (1)
JsonRpcCallbackInvoker.cs (1)
57await InvokeAsync<object?>(callbackId, args, cancellationToken).ConfigureAwait(false);