CefCookieManager FlushStore Method Xilium.CefGlue

[This is preliminary documentation and is subject to change.]

Flush the backing store (if any) to disk and execute the specified |callback| on the IO thread when done. Returns false if cookies cannot be accessed.

Namespace: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

public bool FlushStore(
	CefCompletionCallback callback
)

Parameters

callback
Type: Xilium.CefGlue CefCompletionCallback

[Missing <param name="callback"/> documentation for "M:Xilium.CefGlue.CefCookieManager.FlushStore(Xilium.CefGlue.CefCompletionCallback)"]

Return Value

Type: OnlineBoolean

[Missing <returns> documentation for "M:Xilium.CefGlue.CefCookieManager.FlushStore(Xilium.CefGlue.CefCompletionCallback)"]

See Also