Click or drag to resize

Cef.CurrentlyOnThread Method

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

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

Parameters

threadId
Type: CefSharp.CefThreadIds

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

Return Value

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