CefRuntimePostTask(CefThreadId, CefTask) Method |
Post a task for execution on the specified thread. This function may be
called on any thread. It is an error to request a thread from the wrong
process.
Namespace: Internal.Xilium.CefGlueAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static bool PostTask(
CefThreadId threadId,
CefTask task
)
Parameters
- threadId CefThreadId
-
- task CefTask
-
Return Value
Boolean
See Also