Click or drag to resize

CefRuntimePostTask Method

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.
Top
See Also