CefReadHandlerMayBlock Method |
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: Internal.Xilium.CefGlueAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxprotected abstract bool MayBlock()
Return Value
Boolean
See Also