Version 106.0.290 
            Post an action for execution on the specified thread.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp.Core (in CefSharp.Core.dll) Version: 106.0.290.0
Syntaxpublic static bool PostAction(
	CefThreadIds threadId,
	Action action
)
public:
static bool PostAction(
	CefThreadIds threadId, 
	Action^ action
)
Parameters
- threadId
 - Type: CefSharpCefThreadIds
thread id - action
 - Type: SystemAction
action to execute 
Return Value
Type: 
Booleanbool
See Also