Click or drag to resize

CefWebPluginUnstableCallbackIsUnstable Method

Method that will be called for the requested plugin. |unstable| will be true if the plugin has reached the crash count threshold of 3 times in 120 seconds.

Namespace:  Internal.Xilium.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected abstract void IsUnstable(
	string path,
	bool unstable
)

Parameters

path
Type: SystemString
unstable
Type: SystemBoolean
See Also