Click or drag to resize

LayerTreeClient.SnapshotCommandLogAsync Method

Version 118.6.80
Replays the layer snapshot and returns canvas log.

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

Parameters

snapshotId
Type: System.String
The id of the layer snapshot.

Return Value

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