Click or drag to resize

CefTaskRunnerPostDelayedTask Method

Post a task for delayed execution on the thread associated with this task runner. Execution will occur asynchronously. Delayed tasks are not supported on V8 WebWorker threads and will be executed without the specified delay.

Namespace:  Internal.Xilium.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public bool PostDelayedTask(
	CefTask task,
	long delay
)

Parameters

task
Type: Internal.Xilium.CefGlueCefTask
delay
Type: SystemInt64

Return Value

Type: Boolean
See Also