RuntimeClientQueryObjectsAsync Method |
Version 130.1.90
QueryObjects
Namespace: CefSharp.DevTools.RuntimeAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public Task<QueryObjectsResponse> QueryObjectsAsync(
string prototypeObjectId,
string objectGroup = null
)
public:
Task<QueryObjectsResponse^>^ QueryObjectsAsync(
String^ prototypeObjectId,
String^ objectGroup = nullptr
)
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
TaskQueryObjectsResponsereturns System.Threading.Tasks.Task<QueryObjectsResponse>
See Also