Click or drag to resize

CefPostDelayedAction Method

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

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

Parameters

threadId  CefThreadIds
thread id
action  Action
action to execute
delayInMs  Int32
delay in ms

Return Value

Boolean
bool
See Also