DOMClientPushNodesByBackendIdsToFrontendAsync Method  | 
Version 104.4.240 
            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: 104.4.240.0 (104.4.240.0)
Syntaxpublic Task<PushNodesByBackendIdsToFrontendResponse> PushNodesByBackendIdsToFrontendAsync(
	int[] backendNodeIds
)
public:
Task<PushNodesByBackendIdsToFrontendResponse^>^ PushNodesByBackendIdsToFrontendAsync(
	array<int>^ backendNodeIds
)
Parameters
- backendNodeIds
 - Type: SystemInt32
The array of backend node ids. 
Return Value
Type: 
TaskPushNodesByBackendIdsToFrontendResponsereturns System.Threading.Tasks.Task<PushNodesByBackendIdsToFrontendResponse>
See Also