1 reference to FromAsync
Microsoft.AspNetCore.Components.WebView.WindowsForms (1)
WindowsFormsDispatcher.cs (1)
120
return await Task<TResult>.Factory.
FromAsync
(asyncResult, result => (TResult)_dispatchThreadControl.EndInvoke(result)!);