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: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public bool FlushStore(
	CefCompletionCallback callback
)

Parameters

callback  CefCompletionCallback
 

Return Value

Boolean
See Also