Click or drag to resize

DevToolsClient.CaptureSyncContext Property

Version 105.3.390
Capture the current SynchronizationContext so continuation executes on the original calling thread. If Current is null for ExecuteDevToolsMethodAsync(String, IDictionary<String, Object> ) then the continuation will be run on the CEF UI Thread (by default this is not the same as the WPF/WinForms UI Thread).

Namespace:  CefSharp.DevTools
Assembly:  CefSharp (in CefSharp.dll) Version: 105.3.390.0 (105.3.390.0)
Syntax
public bool CaptureSyncContext { get; set; }

Property Value

Type: Boolean
See Also