Click or drag to resize

CefStreamWriterMayBlock Method

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

Namespace:  Internal.Xilium.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public bool MayBlock()

Return Value

Type: Boolean
See Also