Click or drag to resize

TracingClientRecordClockSyncMarkerAsync Method

Version 94.4.20
Record a clock sync marker in the trace.

Namespace:  CefSharp.DevTools.Tracing
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
public Task<DevToolsMethodResponse> RecordClockSyncMarkerAsync(
	string syncId
)

Parameters

syncId
Type: SystemString
The ID of this clock sync marker

Return Value

Type: TaskDevToolsMethodResponse
returns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also