BackgroundServiceSetRecordingAsync Method |
Version 85.3.121
Set the recording state for the service.
Namespace:
CefSharp.DevTools.BackgroundService
Assembly:
CefSharp (in CefSharp.dll) Version: 85.3.121.0 (85.3.121.0)
Syntax public Task<DevToolsMethodResponse> SetRecordingAsync(
bool shouldRecord,
ServiceName service
)
public:
Task<DevToolsMethodResponse^>^ SetRecordingAsync(
bool shouldRecord,
ServiceName service
)
Parameters
- shouldRecord
- Type: SystemBoolean
shouldRecord - service
- Type: CefSharp.DevTools.BackgroundServiceServiceName
service
Return Value
Type:
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also