Click or drag to resize

LayerTreeClientSnapshotCommandLogAsync Method

Version 130.1.90
Replays the layer snapshot and returns canvas log.

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

Parameters

snapshotId  String
The id of the layer snapshot.

Return Value

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