Click or drag to resize

DevToolsClientCaptureSyncContext Property

Version 94.4.20
Capture the current SynchronizationContext so continuation executes on the original calling thread. If Current is null for ExecuteDevToolsMethodAsync(String, IDictionaryString, 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: 94.4.20.0 (94.4.20.0)
Syntax
public bool CaptureSyncContext { get; set; }

Property Value

Type: Boolean
See Also