CefWebPluginUnstableCallback IsUnstable Method Xilium.CefGlue

[This is preliminary documentation and is subject to change.]

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: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

protected abstract void IsUnstable(
	string path,
	bool unstable
)

Parameters

path
Type: OnlineSystem String

[Missing <param name="path"/> documentation for "M:Xilium.CefGlue.CefWebPluginUnstableCallback.IsUnstable(System.String,System.Boolean)"]

unstable
Type: OnlineSystem Boolean

[Missing <param name="unstable"/> documentation for "M:Xilium.CefGlue.CefWebPluginUnstableCallback.IsUnstable(System.String,System.Boolean)"]

See Also