Click or drag to resize

RuntimeClientQueryObjectsAsync Method

Version 130.1.90
QueryObjects

Namespace: CefSharp.DevTools.Runtime
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public Task<QueryObjectsResponse> QueryObjectsAsync(
	string prototypeObjectId,
	string objectGroup = null
)

Parameters

prototypeObjectId  String
Identifier of the prototype to return objects for.
objectGroup  String  (Optional)
Symbolic group name that can be used to release the results.

Return Value

TaskQueryObjectsResponse
returns System.Threading.Tasks.Task<QueryObjectsResponse>
See Also