Version 109.1.110
Post an action for execution on the specified thread.
Namespace:
CefSharp
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 109.1.110.0
Syntax public 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