Click or drag to resize

CefPostDelayedAction Method

Version 106.0.290
Post an action for delayed execution on the specified thread.

Namespace:  CefSharp
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 106.0.290.0
Syntax
public static bool PostDelayedAction(
	CefThreadIds threadId,
	Action action,
	int delayInMs
)

Parameters

threadId
Type: CefSharpCefThreadIds
thread id
action
Type: SystemAction
action to execute
delayInMs
Type: SystemInt32
delay in ms

Return Value

Type: Boolean
bool
See Also