Click or drag to resize

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.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static bool PostTask(
	CefThreadId threadId,
	CefTask task
)

Parameters

threadId  CefThreadId
 
task  CefTask
 

Return Value

Boolean
See Also