Click or drag to resize

CefPostDelayedAction Method

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

Namespace:  CefSharp
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 108.4.130.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