RuntimeClientQueryObjectsAsync Method |
Version 87.1.132
QueryObjects
Namespace:
CefSharp.DevTools.Runtime
Assembly:
CefSharp (in CefSharp.dll) Version: 87.1.132.0 (87.1.132.0)
Syntax public Task<QueryObjectsResponse> QueryObjectsAsync(
string prototypeObjectId,
string objectGroup = null
)
public:
Task<QueryObjectsResponse^>^ QueryObjectsAsync(
String^ prototypeObjectId,
String^ objectGroup = nullptr
)
Parameters
- prototypeObjectId
- Type: SystemString
Identifier of the prototype to return objects for. - objectGroup (Optional)
- Type: SystemString
Symbolic group name that can be used to release the results.
Return Value
Type:
TaskQueryObjectsResponsereturns System.Threading.Tasks.Task<QueryObjectsResponse>
See Also