Click or drag to resize

Cef.PostAction Method

Version 103.0.120
Post an action for execution on the specified thread.

Namespace:  CefSharp
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 103.0.120.0
Syntax
public static bool PostAction(
	CefThreadIds threadId,
	Action action
)

Parameters

threadId
Type: CefSharp.CefThreadIds
thread id
action
Type: System.Action
action to execute

Return Value

Type: Boolean
bool
See Also