TargetClientDetachFromTargetAsync Method |
Version 118.6.80
Detaches session with given id.
Namespace:
CefSharp.DevTools.Target
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax public Task<DevToolsMethodResponse> DetachFromTargetAsync(
string sessionId = null,
string targetId = null
)
public:
Task<DevToolsMethodResponse^>^ DetachFromTargetAsync(
String^ sessionId = nullptr,
String^ targetId = nullptr
)
Parameters
- sessionId (Optional)
- Type: SystemString
Session to detach. - targetId (Optional)
- Type: SystemString
Deprecated.
Return Value
Type:
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also