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