Implemented interface member:
method
EndInvoke
System.ComponentModel.ISynchronizeInvoke.EndInvoke(System.IAsyncResult)
4 references to EndInvoke
Microsoft.AspNetCore.Components.WebView.WindowsForms (4)
WindowsFormsDispatcher.cs (4)
52
await Task.Factory.FromAsync(asyncResult, _dispatchThreadControl.
EndInvoke
);
96
await Task.WhenAll(tcs.Task, Task.Factory.FromAsync(asyncResult, _dispatchThreadControl.
EndInvoke
));
120
return await Task<TResult>.Factory.FromAsync(asyncResult, result => (TResult)_dispatchThreadControl.
EndInvoke
(result)!);
164
await Task.WhenAll(tcs.Task, Task.Factory.FromAsync(asyncResult, _dispatchThreadControl.
EndInvoke
));