Click or drag to resize
ICookieManagerFlushStore Method
Version 57.0.0
Flush the backing store (if any) to disk

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

Parameters

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

Return Value

Type: Boolean

[Missing <returns> documentation for "M:CefSharp.ICookieManager.FlushStore(CefSharp.ICompletionCallback)"]

See Also