Click or drag to resize

ICookieManager.FlushStore Method

Version 94.4.20
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: 94.4.20.0 (94.4.20.0)
Syntax
bool FlushStore(
	ICompletionCallback callback
)

Parameters

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

Return Value

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