Click or drag to resize

CefPostAction Method

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

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

Parameters

threadId
Type: CefSharpCefThreadIds
thread id
action
Type: SystemAction
action to execute

Return Value

Type: Boolean
bool
See Also