Click or drag to resize
CefSharpSettingsConcurrentTaskExecution Property
Version 63.0.0
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: 63.0.0.0 (63.0.0.0)
Syntax
public static bool ConcurrentTaskExecution { get; set; }

Property Value

Type: Boolean
See Also