[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.CefGlueAssembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax
Parameters
- task
- Type: Xilium.CefGlue CefTask
[Missing <param name="task"/> documentation for "M:Xilium.CefGlue.CefTaskRunner.PostDelayedTask(Xilium.CefGlue.CefTask,System.Int64)"]
- delay
- Type: System Int64
[Missing <param name="delay"/> documentation for "M:Xilium.CefGlue.CefTaskRunner.PostDelayedTask(Xilium.CefGlue.CefTask,System.Int64)"]
Return Value
Type: Boolean[Missing <returns> documentation for "M:Xilium.CefGlue.CefTaskRunner.PostDelayedTask(Xilium.CefGlue.CefTask,System.Int64)"]
See Also