CefRuntimePostTask(CefThreadId, CefTask, Int64) Method |
Post a task for delayed 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,
long delay
)
Parameters
- threadId CefThreadId
-
- task CefTask
-
- delay Int64
-
Return Value
Boolean
See Also