CefWriteHandler MayBlock Method Xilium.CefGlue

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

Return true if this handler performs work like accessing the file system which may block. Used as a hint for determining the thread to access the handler from.

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

protected abstract bool MayBlock()

Return Value

Type: OnlineBoolean

[Missing <returns> documentation for "M:Xilium.CefGlue.CefWriteHandler.MayBlock"]

See Also