CLSDataStore.Save(Action<NSError>) Method

Definition

Saves the data store.

[Foundation.Export("saveWithCompletion:")]
public virtual void Save (Action<Foundation.NSError> completion);
abstract member Save : Action<Foundation.NSError> -> unit
override this.Save : Action<Foundation.NSError> -> unit

Parameters

completion
Action<NSError>

The completion handler that receives an error, if one occurred.

Attributes

Applies to