Click or drag to resize

ICookieManagerFlushStore Method

Version 86.0.240
Flush the backing store (if any) to disk This method will be executed on the CEF UI thread in an async fashion, to be notified upon completion implement ICompletionCallback and pass in as callback

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
bool FlushStore(
	ICompletionCallback callback
)

Parameters

callback
Type: CefSharpICompletionCallback
If non-NULL it will be executed asnychronously on the CEF UI thread after the flush is complete.

Return Value

Type: Boolean
Returns false if cookies cannot be accessed.
See Also