CefSharpSettingsConcurrentTaskExecution Property |
Version 87.1.132
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: 87.1.132.0 (87.1.132.0)
Syntax public static bool ConcurrentTaskExecution { get; set; }
public:
static property bool ConcurrentTaskExecution {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also