Click or drag to resize

TracingClientRecordClockSyncMarkerAsync Method

Version 86.0.240
Record a clock sync marker in the trace.

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