Click or drag to resize

CefSharpSettingsConcurrentTaskExecution Property

Version 86.0.240
This influences the behavior of how methods are executed for objects registered using Register(String, Object, Boolean, BindingOptions). By default the MethodRunnerQueue queues Tasks for execution in a sequential order. A single method is exeucted at a time. Setting this property to true allows for concurrent task execution. Method calls are executed on Default (ThreadPool).

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

Property Value

Type: Boolean
See Also