DOMClient.PushNodesByBackendIdsToFrontendAsync Method |
Version 94.4.20
Requests that a batch of nodes is sent to the caller given their backend node ids.
Namespace:
CefSharp.DevTools.DOM
Assembly:
CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntaxpublic Task<PushNodesByBackendIdsToFrontendResponse> PushNodesByBackendIdsToFrontendAsync(
int[] backendNodeIds
)
public:
Task<PushNodesByBackendIdsToFrontendResponse^>^ PushNodesByBackendIdsToFrontendAsync(
array<int>^ backendNodeIds
)
Parameters
- backendNodeIds
- Type:System.Int32[]
The array of backend node ids.
Return Value
Type:
Task<PushNodesByBackendIdsToFrontendResponse>returns System.Threading.Tasks.Task<PushNodesByBackendIdsToFrontendResponse>
See Also