CefCurrentlyOnThread Method |
Version 130.1.90
Returns true if called on the specified CEF thread.
Namespace: CefSharpAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public static bool CurrentlyOnThread(
CefThreadIds threadId
)
public:
static bool CurrentlyOnThread(
CefThreadIds threadId
)
Parameters
- threadId CefThreadIds
[Missing <param name="threadId"/> documentation for "M:CefSharp.Cef.CurrentlyOnThread(CefSharp.CefThreadIds)"]
Return Value
BooleanReturns true if called on the specified thread.
See Also