Click or drag to resize

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.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected abstract bool MayBlock()

Return Value

Type: Boolean
See Also