Click or drag to resize

DevToolsClientSyncContext Property

Version 130.1.90
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.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public SynchronizationContext SyncContext { get; set; }

Property Value

SynchronizationContext
See Also