Click or drag to resize

TracingClientRecordClockSyncMarkerAsync Method

Version 118.6.80
Record a clock sync marker in the trace.

Namespace:  CefSharp.DevTools.Tracing
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.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