Click or drag to resize

CefV8ContextGetTaskRunner Method

Returns the task runner associated with this context. V8 handles can only be accessed from the thread on which they are created. This method can be called on any render process thread.

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

Return Value

Type: CefTaskRunner
See Also