CefTaskRunner PostDelayedTask Method Xilium.CefGlue

[This is preliminary documentation and is subject to change.]

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: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

public bool PostDelayedTask(
	CefTask task,
	long delay
)

Parameters

task
Type: Xilium.CefGlue CefTask

[Missing <param name="task"/> documentation for "M:Xilium.CefGlue.CefTaskRunner.PostDelayedTask(Xilium.CefGlue.CefTask,System.Int64)"]

delay
Type: OnlineSystem Int64

[Missing <param name="delay"/> documentation for "M:Xilium.CefGlue.CefTaskRunner.PostDelayedTask(Xilium.CefGlue.CefTask,System.Int64)"]

Return Value

Type: OnlineBoolean

[Missing <returns> documentation for "M:Xilium.CefGlue.CefTaskRunner.PostDelayedTask(Xilium.CefGlue.CefTask,System.Int64)"]

See Also