Click or drag to resize
CefCurrentlyOnThread Method
Version 57.0.0

[Missing <summary> documentation for "M:CefSharp.Cef.CurrentlyOnThread(CefSharp.CefThreadIds)"]

Namespace: CefSharp
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 57.0.0.0
Syntax
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: Boolean

[Missing <returns> documentation for "M:CefSharp.Cef.CurrentlyOnThread(CefSharp.CefThreadIds)"]

See Also