Click or drag to resize

DevToolsClientSyncContext Property

Version 94.4.20
When not null provided SynchronizationContext will be used to run the contination. Defaults to null Setting this property will change CaptureSyncContext to false.

Namespace:  CefSharp.DevTools
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
public SynchronizationContext SyncContext { get; set; }

Property Value

Type: SynchronizationContext
See Also