CefRuntime PostTask Method Xilium.CefGlue

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

Overload List

  NameDescription
Public methodStatic memberPostTask(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.
Public methodStatic memberPostTask(CefThreadId, CefTask, Int64)
Post a task for delayed 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.
Back to Top
See Also