Java.Util.Prefs.AbstractPreferences.SyncSpi Method
Synchronizes this node with the backing store.

Syntax

[Android.Runtime.Register("syncSpi", "()V", "GetSyncSpiHandler")]
protected abstract void SyncSpi ()

Exceptions

TypeReason
Java.Util.Prefs.BackingStoreExceptionif the backing store is unavailable or causes an operation failure.

Remarks

Synchronizes this node with the backing store. This method should only synchronize this node and should not include the descendant nodes. An implementation that wants to provide functionality to synchronize all nodes at once should override the method AbstractPreferences.Sync.

[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