Click or drag to resize

LayerTreeClientSnapshotCommandLogAsync Method

Version 102.0.100
Replays the layer snapshot and returns canvas log.

Namespace:  CefSharp.DevTools.LayerTree
Assembly:  CefSharp (in CefSharp.dll) Version: 102.0.100.0 (102.0.100.0)
Syntax
public Task<SnapshotCommandLogResponse> SnapshotCommandLogAsync(
	string snapshotId
)

Parameters

snapshotId
Type: SystemString
The id of the layer snapshot.

Return Value

Type: TaskSnapshotCommandLogResponse
returns System.Threading.Tasks.Task<SnapshotCommandLogResponse>
See Also