CefSharpSettingsConcurrentTaskExecution Property |
Version 130.1.90
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: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax public static bool ConcurrentTaskExecution { get; set; }
public:
static property bool ConcurrentTaskExecution {
bool get ();
void set (bool value);
}
Property Value
BooleanSee Also