Click or drag to resize

CefBrowserSendProcessMessage Method

Send a message to the specified |target_process|. Returns true if the message was sent successfully.

Namespace:  Internal.Xilium.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public bool SendProcessMessage(
	CefProcessId target,
	CefProcessMessage message
)

Parameters

target
Type: Internal.Xilium.CefGlueCefProcessId
message
Type: Internal.Xilium.CefGlueCefProcessMessage

Return Value

Type: Boolean
See Also