ICookieManagerFlushStore Method |
Version 130.1.90
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: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax bool FlushStore(
ICompletionCallback callback
)
bool FlushStore(
ICompletionCallback^ callback
)
Parameters
- callback ICompletionCallback
- If non-NULL it will be executed asynchronously on the CEF UI thread after the flush is complete.
Return Value
BooleanReturns false if cookies cannot be accessed.
See Also