Click or drag to resize

CefTaskRunnerGetForCurrentThread Method

Returns the task runner for the current thread. Only CEF threads will have task runners. An empty reference will be returned if this method is called on an invalid thread.

Namespace:  Internal.Xilium.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static CefTaskRunner GetForCurrentThread()

Return Value

Type: CefTaskRunner
See Also