LayerTreeClientProfileSnapshotAsync Method |
Version 130.1.90
ProfileSnapshot
Namespace: CefSharp.DevTools.LayerTreeAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public Task<ProfileSnapshotResponse> ProfileSnapshotAsync(
string snapshotId,
int? minRepeatCount = null,
double? minDuration = null,
Rect clipRect = null
)
public:
Task<ProfileSnapshotResponse^>^ ProfileSnapshotAsync(
String^ snapshotId,
Nullable<int> minRepeatCount = nullptr,
Nullable<double> minDuration = nullptr,
Rect^ clipRect = nullptr
)
Parameters
- snapshotId String
- The id of the layer snapshot.
- minRepeatCount NullableInt32 (Optional)
- The maximum number of times to replay the snapshot (1, if not specified).
- minDuration NullableDouble (Optional)
- The minimum duration (in seconds) to replay the snapshot.
- clipRect Rect (Optional)
- The clip rectangle to apply when replaying the snapshot.
Return Value
TaskProfileSnapshotResponsereturns System.Threading.Tasks.Task<ProfileSnapshotResponse>
See Also