DOMClientDiscardSearchResultsAsync Method |
Version 118.6.80
Discards search results from the session with the given id. `getSearchResults` should no longer
be called for that search.
Namespace:
CefSharp.DevTools.DOM
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax public Task<DevToolsMethodResponse> DiscardSearchResultsAsync(
string searchId
)
public:
Task<DevToolsMethodResponse^>^ DiscardSearchResultsAsync(
String^ searchId
)
Parameters
- searchId
- Type: SystemString
Unique search session identifier.
Return Value
Type:
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also