Click or drag to resize

CefSharpSettingsConcurrentTaskExecution Property

Version 75.1.140
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: 75.1.140.0 (75.1.140.0)
Syntax
public static bool ConcurrentTaskExecution { get; set; }

Property Value

Type: Boolean
See Also