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