Click or drag to resize

BackgroundServiceClientSetRecordingAsync Method

Version 106.0.290
Set the recording state for the service.

Namespace:  CefSharp.DevTools.BackgroundService
Assembly:  CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntax
public Task<DevToolsMethodResponse> SetRecordingAsync(
	bool shouldRecord,
	ServiceName service
)

Parameters

shouldRecord
Type: SystemBoolean
shouldRecord
service
Type: CefSharp.DevTools.BackgroundServiceServiceName
service

Return Value

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