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