Click or drag to resize

DevToolsClient.CaptureSyncContext Property

Version 87.1.132
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: 87.1.132.0 (87.1.132.0)
Syntax
public bool CaptureSyncContext { get; set; }

Property Value

Type: Boolean
See Also