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
Syntaxpublic static bool PostDelayedAction(
	CefThreadIds threadId,
	Action action,
	int delayInMs
)
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: 
Booleanbool
See Also