CefPostDelayedAction Method |
Version 130.1.90
Post an action for delayed execution on the specified thread.
Namespace: CefSharpAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public static bool PostDelayedAction(
CefThreadIds threadId,
Action action,
int delayInMs
)
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
Booleanbool
See Also