Click or drag to resize
ICookieManagerFlushStore Method
Version 63.0.0
Flush the backing store (if any) to disk This method will be executed on the CEF IO 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: 63.0.0.0 (63.0.0.0)
Syntax
bool FlushStore(
	ICompletionCallback callback
)

Parameters

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

Return Value

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