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