Click or drag to resize

CefCurrentlyOnThread Method

Version 130.1.90
Returns true if called on the specified CEF thread.

Namespace: CefSharp
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public static bool CurrentlyOnThread(
	CefThreadIds threadId
)

Parameters

threadId  CefThreadIds

[Missing <param name="threadId"/> documentation for "M:CefSharp.Cef.CurrentlyOnThread(CefSharp.CefThreadIds)"]

Return Value

Boolean
Returns true if called on the specified thread.
See Also