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.CefGlueAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxprotected abstract void IsUnstable(
string path,
bool unstable
)
Parameters
- path String
-
- unstable Boolean
-
See Also