Click or drag to resize

DOMClientPushNodesByBackendIdsToFrontendAsync Method

Version 86.0.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: 86.0.240.0 (86.0.240.0)
Syntax
public Task<PushNodesByBackendIdsToFrontendResponse> PushNodesByBackendIdsToFrontendAsync(
	int[] backendNodeIds
)

Parameters

backendNodeIds
Type: SystemInt32
The array of backend node ids.

Return Value

Type: TaskPushNodesByBackendIdsToFrontendResponse
returns System.Threading.Tasks.Task<PushNodesByBackendIdsToFrontendResponse>
See Also