CefV8Context GetTaskRunner Method Xilium.CefGlue

[This is preliminary documentation and is subject to change.]

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: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

public CefTaskRunner GetTaskRunner()

Return Value

Type: CefTaskRunner

[Missing <returns> documentation for "M:Xilium.CefGlue.CefV8Context.GetTaskRunner"]

See Also