[This is preliminary documentation and is subject to change.]
Remove an existing query handler. Any pending queries associated with the
handler will be canceled. Handler::OnQueryCanceled will be called and the
associated JavaScript onFailure callback will be executed with an error
code of -1. Returns true if the handler is removed successfully or false
if the handler is not found. Must be called on the browser process UI
thread.
Namespace: Xilium.CefGlue.WrapperAssembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax
Parameters
- handler
- Type: Xilium.CefGlue.Wrapper CefMessageRouterBrowserSide Handler
[Missing <param name="handler"/> documentation for "M:Xilium.CefGlue.Wrapper.CefMessageRouterBrowserSide.RemoveHandler(Xilium.CefGlue.Wrapper.CefMessageRouterBrowserSide.Handler)"]
Return Value
Type: Boolean[Missing <returns> documentation for "M:Xilium.CefGlue.Wrapper.CefMessageRouterBrowserSide.RemoveHandler(Xilium.CefGlue.Wrapper.CefMessageRouterBrowserSide.Handler)"]
See Also