Java.Util.Prefs.AbstractPreferences.Flush Method
Forces all pending updates to this node and its descendants to be persisted in the backing store.

Syntax

[Android.Runtime.Register("flush", "()V", "GetFlushHandler")]
public override void Flush ()

Exceptions

TypeReason
Java.Util.Prefs.BackingStoreException

Remarks

Forces all pending updates to this node and its descendants to be persisted in the backing store.

If this node has been removed, the invocation of this method only flushes this node, not its descendants.

[Android Documentation]

Requirements

Namespace: Java.Util.Prefs
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1