Click or drag to resize

CefRuntimePostTask Method (CefThreadId, CefTask)

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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static bool PostTask(
	CefThreadId threadId,
	CefTask task
)

Parameters

threadId
Type: Internal.Xilium.CefGlueCefThreadId
task
Type: Internal.Xilium.CefGlueCefTask

Return Value

Type: Boolean
See Also