Click or drag to resize

CefCookieManagerFlushStore Method

Flush the backing store (if any) to disk. If |callback| is non-NULL it will be executed asnychronously on the IO thread after the flush is complete. Returns false if cookies cannot be accessed.

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

Parameters

callback
Type: Internal.Xilium.CefGlueCefCompletionCallback

Return Value

Type: Boolean
See Also