CefTaskRunnerGetForCurrentThread Method |
Returns the task runner for the current thread. Only CEF threads will have
task runners. An empty reference will be returned if this method is called
on an invalid thread.
Namespace: Internal.Xilium.CefGlueAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static CefTaskRunner GetForCurrentThread()
Return Value
CefTaskRunner
See Also