Version 130.1.90
Post an action for execution on the specified thread.
Namespace: CefSharpAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public static bool PostAction(
CefThreadIds threadId,
Action action
)
public:
static bool PostAction(
CefThreadIds threadId,
Action^ action
)
Parameters
- threadId CefThreadIds
- thread id
- action Action
- action to execute
Return Value
Booleanbool
See Also