Click or drag to resize

CefSharpSettingsConcurrentTaskExecution Property

Version 73.1.130
This influences the behavior of RegisterAsyncJsObject and how method calls are made. By default the MethodRunnerQueue executes Tasks in a sync fashion. Setting this property to true will allocate new Tasks on TaskScheduler.Default for execution.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 73.1.130.0 (73.1.130.0)
Syntax
public static bool ConcurrentTaskExecution { get; set; }

Property Value

Type: Boolean
See Also