CefMessageRouterBrowserSide Callback ClassXilium.CefGlue

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

Callback associated with a single pending asynchronous query. Execute the Success or Failure method to send an asynchronous response to the associated JavaScript handler. It is a runtime error to destroy a Callback object associated with an uncanceled query without first executing one of the callback methods. The methods of this class may be called on any browser process thread.
Inheritance Hierarchy

OnlineSystem Object
  Xilium.CefGlue.Wrapper CefMessageRouterBrowserSide Callback

Namespace: Xilium.CefGlue.Wrapper
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

public sealed class Callback
See Also