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: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
protected abstract void IsUnstable(
	string path,
	bool unstable
)

Parameters

path  String
 
unstable  Boolean
 
See Also